Weborum Webmaster Forum > Application Form to email
Help - Search - Members - Calendar
Full Version: Application Form to email
Weborum Webmaster Forum > TUTORIAL ARCHIVE - tutorials & scripts to save you scouring the internet. Please feel free to add your own. > PHP Tutorials & scripts
kellz
hi...
this is the form that i've created...what php coding i shld add to let my visitor submit this application form to my email?



<form name="form" method="post"
action="mailto:zzz@yahoo.com.sg" enctype="text/plain">
<table>
<tr>
<td>Name:</td>
<td>
<input type="text" name="Name" size="35">
</td>
</tr>
<tr>
<td>Email:</td>
<td>
<input type="text" name="email" size="35">
</td>
</tr>
<tr>
<td valign="top">description:</td>
<td>
<textarea rows="4" cols="30" name="description"></textarea>
</td>
</tr>
<tr>
<td>Gender:</td>
<td>
<input type="radio" name="sex" value="M"> Male.
<input type="radio" name="sex" value="F"> Female.
<input type="radio" name="sex" value="both"> Both.
</td>
</tr>
<tr>
<td></td>
<td>
<input type="Submit" VALUE="Submit">
</td>
</tr>
</font>
</table>
</form>
Willy Duitt
Not to be rude - but why do you insist upon starting new threads about the same question??
This one is the exact same question: http://forum.weborum.com/index.php?showtopic=4648&hl=

And you have three others which are essentially the same problem - you will have better luck resolving the issue by sticking to one topic so previous replies and suggestions can be reviewed without the need to jump all over the board or waste peoples time repeating themselves..

From what I have read you have been given several solutions to your question(s) but you don't seem to return and acknowledge the responses - rather, you start another thread... If you have problems implementing or understanding the suggestions offered - return to the thread and ask for further clarification...


.....Willy
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.