When someone requests an angel for a sick child, they submit the form and are left at a dead page. ("The page cannot be found") They SHOULD be redirected to a thank you page.
Can anyone look at this and tell me what I am doing wrong here? Thank you
Pocketangel
Here is my code:
<FORM method="POST" onSubmit="submitonce(this)" METHOD=POST ACTION="http://toolbox.omnis.com/bin/formmail.pl">
<input type=hidden name="recipient" value="request@angelsofdestiny.net">
<input type="hidden" name="subject" value="Angel Request">
<input type="hidden" name="redirect" value="http://angelsofdestiny.net/thankyou.html">
<input type="hidden" name="text_color" value="#660066">
<p align="center">
<b>Your Information</b><br><br>
Your Name:<br>
<input type="text" name="name"
size="30">
<br>
Your Email Address:<br>
<input type="text" name="email"
size="30">
<br><br><br>
<b>Recipient's Information</b>
<br><br>
Recipient's Name:<br>
<input type="text" name="recipient's name"
size="30">
<br>
Recipient's Age:<br>
<input type="text" name="recipient's age"
size="15">
<br>
Recipient's Email Address:<br>
<input type="text" name="recipient's email"
size="30">
<br><br>
Recipient's Condition:<br>
<input type="text" name="condition" value="illness or injury"
size="60" row="3">
<br><br>
Brief Description of Recipient:<br>
<input type="text" name="description" value="Gender, hair, skin and eye color"
size="40" row="3">
<br><br>
How did you hear about us?<br>
<input type="text" name="how did you hear about us"
size="80" row="5">
<br>
Other Comments:<br>
<input type="text" name="comments"
size="80" row="5">
<br><br>
<b>Shipping Information</b><br><br>
Recipient's Street Address:<br>
<input type="text" name="street address"
size="40">
<br>
Recipient's City/State/Zip Code:<br>
<input type="text" name="city state zip"
size="50">
<br><br>
<input type=submit value=submit name=submit>
</FORM>