Results 1 to 8 of 8

Thread: Form Confirmation

  1. #1
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Form Confirmation

    Hello to all....

    I am having some trouble with my darn websites forms..., How do you Seriously get it to go to thankyou.html when the user has submitted the form. But does it have something to do with that it is being sent using email?? I mean I have the

    <input type=hidden name="To:_" value="someone@something.domain">
    <input type=hidden name="Subject:_" value="fishflavouredkeyboards">
    <input type=hidden name="_thanksurl" value="thankyou.html">


    Is there some fineprint i did not get????


    So if anyone out there could help me, i would be truely happy...

    Thanks So much In advance....

  2. #2
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Post Hmmm. oooH

    Does The above have to be done in Java, Javascript or like DHTML or something???

  3. #3
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    If not does no, html live out there that does this similar too a META tag, but applies this to a submit button, forcing it to change to the "thankyou.html" page once all task's have fininshed (in the email) well i am not sure if <-- that sentence made sense...


    Can someone out there please help me???

  4. #4
    Join Date
    Dec 2004
    Location
    UK
    Posts
    2,358
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Samsoske
    I am having some trouble with my darn websites forms..., How do you Seriously get it to go to thankyou.html when the user has submitted the form.
    That depends entirely on the system in use.

    When a user submits the form, the form processor e-mails or queues the incoming data to be sent later. After that, instead of sending back a response directly, the usual action is to perform a redirect to some resource. This entire sequence is out of your control. It's determined by the service provider.

    Your best bet would be to look for documentation about the service you use, or contact the provider for support. However, you might want to first start by modifying

    <input type=hidden name="_thanksurl" value="thankyou.html">
    to use an absolute URL. For example,

    HTML Code:
    <input name="_thanksurl" type="hidden" value="http://www.example.com/thankyou.html">
    Good luck,

    Mike

  5. #5
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Posted By mwinter
    to use an absolute URL. For example,
    What is the "absolute URL"////? it did not show in your reply?

    (oh wait) let me turn the darn HTML on this browser.

    Sorry, hold on....

  6. #6
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Lightbulb Yeah Ok....

    (HTML on) Hello. Yeah so maybe it has to have a absolute URL, if that is the case ohwell.\

    Thx anyway, Are you sure there is no java, javascript out there that does this?

  7. #7
    Join Date
    Mar 2006
    Location
    Somewhere....
    Posts
    88
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    So can we close this thread? Actually < ignore that sentence >>>

  8. #8
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Samsoske: There's a "delete" button under the edit form (click "Edit" on the side of your post) just so people don't post four useless posts in a row.
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •