|
Maybe I missed something here, but I didn't see an ending form tag.
Honestly, I am a FrontPage person, so I am not versed in PHP.
However, your action you have action="thanks.php" rather than sending to the form handler script. The thanks page would be more appropriate as a redirect.
In HTML it would be <input type="hidden" name="redirect" value="thanks.php">
You would also need email <input type="hidden" name="mailto" value="youremail.com"> unless these things are already set up in your Cgi bin.
Honestly I don't know how to code this in relation to your form handler script.
__________________
Stop by for FrontPage form tutorials
and form script examples. Mike
Please login or register to view this content. Registration is FREE
|