formmail.php
ok, working on a site... the form works, hit submit and the info gets e-mailed.
Problem is, it doesn't go to my thankyou.html page...
where/how in the formmail.php file do I put the redirect?
I thought it was
input type="hidden" name="redirect" value="http://your.host/to/file.html"
but that doesn't seem to work.
|