SiZzOuRcE
02-04-2006, 07:53 PM
I am trying to setup some very very simple text box forms that allow the person to send the info they entered to my e-mail.
I have the form text boxes already setup. Here is the code:
<form method="post" action="mailto:sizzource@gmail.com">
<b>Online Contact Form</b>
<br><br>Full Name<br><input type="text" name="name" size="34" style="width:230px;" />
<br>Phone Number<br><input type="text" name="where" size="34" style="width:230px;" />
<br>E-mail Address<br><input type="text" name="replyemail" size="34" style="width:230px;" />
<br><input type="submit" name="submit" value=" Send ">
</form>
Can anyone help?
Thanks.
I have the form text boxes already setup. Here is the code:
<form method="post" action="mailto:sizzource@gmail.com">
<b>Online Contact Form</b>
<br><br>Full Name<br><input type="text" name="name" size="34" style="width:230px;" />
<br>Phone Number<br><input type="text" name="where" size="34" style="width:230px;" />
<br>E-mail Address<br><input type="text" name="replyemail" size="34" style="width:230px;" />
<br><input type="submit" name="submit" value=" Send ">
</form>
Can anyone help?
Thanks.