Form Mail Help
Could somebody please help me out with this one.
I am supposed to have form mail set up on my hosting account, but it's not working properly.
I'm not sure if I missed a step or what, but I'm about to go nuts.
Here is the code for the form I am trying to set up:
<form action="gdform.php" method="post" name="contact" id="contact">
<input type="hidden" name="subject" value="Submission" />
<input type="hidden" name="redirect" value="hard.htm" />
<p>First Name:<input type="text" name="FirstName" /></p>
<p>Last Name:<input type="text" name="LastName" /></p>
<p>E-Mail:<input type="text" name="email" /></p>
<p>Comments:<textarea name="comments" cols="40" rows="10">
Type comments here.</textarea></p>
<input type="submit" name="submit" value="submit"/>
</form>
After you click submit, it keeps sending them to the gdform.php and therefore an error page. This is how the hosting company said to write it.
|