FormMail.pl will not send own made thank you page

Avatar
  • Answered
I have installed FormMail and it is running fine. I got it all set up except I have made a thank you page that after all has been filled in and then submitted the page should come up . I do not know where to add this in the script.
Anyone can help me with this?

Thx Ian
Avatar
JeffMa
Within our article on how to set up FormMail, you will see a section labeled Redirecting the page to your own "Thank You" page. In this section, there is a line of code that looks like this:

<input type="hidden" name="redirect" value="http://www.yourdomain.com/thankyou.html" / >

Here, you would just set the value to the URL of your thank you form.
Avatar
AmySueN
Oops - I found the mistake in my code! There were

tags around the form, which apparently messed it up. :p