Results 1 to 5 of 5

Thread: link in acceptance terms

  1. #1
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy link in acceptance terms

    This may seem easy but I'm new to this scripting stuff. I looked at the acceptance terms script, http://dynamicdrive.com/dynamicindex16/acceptterm.htm , and after you hit submit it sends me back to the index(where i put the terms).

    How can I make it so when they hit submit,it will take them to a specific page? thanks in advance

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

    Post Hi. submit.../

    I have been wondering about the same thing, i even posted it in one of my threads, but i think the only way to do this is :


    See next reply

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

    Default Here.../

    <input name="_thanksurl" type="hidden" value="http://www.example.com/thankyou.html">
    This should take you to the thankyou.html part of your website on submit..

    If i am correct...

  4. #4
    Join Date
    Mar 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Where in the script would I put that? Because, I tried it in multiple places and it didn't work. Sry for the annoyance.

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

    Default

    No, that's completely useless. And why did you split it across two posts? :-\
    Set the action attribute on the form to the page to go to; for example,
    Code:
    <form action="thankyou.html" method="post" onsubmit="return defaultagree(this);">
    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
  •