Results 1 to 4 of 4

Thread: thank you page form help

  1. #1
    Join Date
    Dec 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default thank you page form help

    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!

  2. #2
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    how is the form being submitted?

  3. #3
    Join Date
    Dec 2008
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  4. #4
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •