This is an example of code for submit button
<form method="post" action="mailto:youremail@youremail.com" >
First:<input type="text" name="First" size="12 maxlength="12" />
Last:<input type="text" name="Last" size="24" maxlength="24" />
<input type="submit" value="Send Email" />
</form>
There are so many options< how receive text from the forms.
Actually I would recommend you to read some books like this one affiliate link removed a piece of code alone doesn't make sense. It is up to you, of course. Good lack!

Last edited by chrishirst; 08-24-2010 at 01:39 PM..
|