Forms not submitting correctly

message from teklaml on 23 Jul 2004
I am having major issues with this form. The form submits properly to the
e-mail address but it goes to an oops page after i press the submit button. I
would like it to go to a thank you page but it won't work. what can i do. I
have uploaded the thanks page and i can find it in the ftp directory but when i
try to put in the http address it woun't show up.

please help.
thanks

<form action="/cgi/gdform.cgi" method="post" name="form1>
<input type="hidden value="Email Submission">
<input type="hidden" name="redirect" value="thanks2.html">
<input type="hidden" name="recipient" value="mail@kidsgroupinc.com">
E-Mail:
<input type="text" name="email"
onBlur="MM_validateForm('q','','NisEmail','email','','NisEmail');return
document.MM_returnValue">
<br>
<input type="submit" name="submit" value="submit">
<br>
</form>
 
Alan replied to teklaml on 23 Jul 2004
what exactly is the "oops" page?? Is it a 404 message??

as a guess- try it with the redirect having a full absolute path.

<input type="hidden" name="redirect"
value="http://yoursite.com/thanks2.html"
 

Archived message: Forms not submitting correctly (Macromedia Dreamweaver)