leezard
06-06-2009, 07:26 AM
I'm having problems with the form on my Contact page on my website. Upon submission from the user, I receive the name and email in my email inbox, but anything in the comments text box is dropped. Any suggestions?
I'm using Microsoft Frontpage 2007 to build the site, and the following HTML code was used:
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form Submission">
<input type="hidden" name="redirect" value="thankyou.htm">
<h3>Send your comments or questions to SnapDragonz.</h3>
Name:<br>
<input type="text" name="name"
value="Your Name" size="20">
<br>
Email:<br>
<input type="text" name="mail"
value="Your Email" size="20">
<br>
<textarea rows="6" cols="35"> Your comments or questions.</textarea>
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
I'm using Microsoft Frontpage 2007 to build the site, and the following HTML code was used:
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="Form Submission">
<input type="hidden" name="redirect" value="thankyou.htm">
<h3>Send your comments or questions to SnapDragonz.</h3>
Name:<br>
<input type="text" name="name"
value="Your Name" size="20">
<br>
Email:<br>
<input type="text" name="mail"
value="Your Email" size="20">
<br>
<textarea rows="6" cols="35"> Your comments or questions.</textarea>
<br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>