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!![]()
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!![]()
how is the form being submitted?
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
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?
Bookmarks