Log in

View Full Version : thank you page form help



somequestions
12-20-2008, 01:31 PM
Hello,

I currently have a form set up in html that sends the information to my email...it works great. Now I'd like a thank you page to load after someone submits their information without using a server side script.

Is this possible?

Thanks!:eek::D

bluewalrus
12-20-2008, 03:35 PM
how is the form being submitted?

somequestions
12-21-2008, 02:01 PM
Hi,

In the form tag I am using <input name="submit" type="submit" value="Send" /> and I am using mailto: method="post" to email the form fields.

Thanks

bluewalrus
12-21-2008, 05:03 PM
Then no that mailto opens the user's default setting for sending mail which could be anything and after they send a message it is still on the users settings (you can set the subject of the email). What you want can be done with php or a server side script and is not that hard. Does your server not support server side scripts?