| |||||||
| Web Development Wanted Requests for websites, templates, custom programming, logos or graphics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| NamePros Member | HTML Email Forms I would like to set up an email form on my site (http://www.tutorial-wizard.com) for people to easily and quickly submit their tutorials. This form will be for a submit button to send several fields to my email quickly. There is no deadline or set price, so I will be taking any quotes on here. Anyone who has any offers, please post here and I will get back to you on it.
__________________ open... |
| |
| | #2 (permalink) |
| NamePros Regular | This is just a basic contact form...edit its fields to fit yours The actual form: Code: <form action="mail.php" method="post"> Your Name: <input type="text" name="name"><br> E-mail: <input type="text" name = "email"><br><br> Your Comments:<br> <textarea name="comment"></textarea><br><br> <input type="submit" value="Tell Us!"> save this as mail.php: -=-=-=-= Code: <?
$name=$_POST['name'];
$email=$_POST['email'];
$comment=$_POST['comment'];
$to="your@email.com";
$message=" $name sent you a comment on your site.\n They said $story\n\n Their e-mail address was: $email";
if(mail($to,"Comments From Your Site",$message,"From: $email\n")) {
echo "Thanks for your comments! That’s the only way we can improve our site!";
} else {
echo "There was a problem sending your story. Please check that you filled in the form correctly.";
}
?>
__________________ Free WebProxy // ProxBot!ImagePros.us - FREE Image Hosting! Try us out www.team-shock.com |F.L.U.M.P Mutuo 100%|Partito Di Dio X-Box Advice | LazyArcade.com | Itachi.info |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Registrar wont release my domain. | domainabilities | Domain Name Discussion | 17 | 04-06-2005 11:00 PM |
| HTML: Forms | mak | CODE | 5 | 01-08-2005 06:29 PM |
| Create HTML Forms in an instant with htmlforms.com | Cyphix | For Sale / Advertising Board | 2 | 11-08-2004 11:49 PM |
| HTML code in forms | JustJo | Web Design Discussion | 4 | 05-06-2004 06:31 AM |