+ Reply to Thread
Results 1 to 10 of 10

Thread: Trouble with multiple thankyou pages
      
   

  1. #1
    Davethorn is offline Sergeant First Class
    Join Date
    Sep 2007
    Posts
    53

    Default Trouble with multiple thankyou pages

    I read previous thread regarding this problem but I don't begin to understand what was suggested:
    "Just publish your thank you pages with WHATEVER name you like, BUT make sure that the "action" of the form is exactly the same as the thank you page. In example, in a Order form, you can set the form action to be "confirm.php" and then save the relevant processing page as "confirm" and set it to have .php extension when published."
    This sounds good but I haven't a clue as to how to accomplish this. Can someone explain this to someone, in simple language, who is not very computer literate.

    I don't understand how to set form action and I don't know what is meant by relevant processing page.

    Thank-You David Thornton http://www.webworldaffiliates.com

  2. #2
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,565

    Default Re: Trouble with multiple thankyou pages

    Quote Originally Posted by Davethorn View Post
    I read previous thread regarding this problem but I don't begin to understand what was suggested:
    "Just publish your thank you pages with WHATEVER name you like, BUT make sure that the "action" of the form is exactly the same as the thank you page. In example, in a Order form, you can set the form action to be "confirm.php" and then save the relevant processing page as "confirm" and set it to have .php extension when published."
    This sounds good but I haven't a clue as to how to accomplish this. Can someone explain this to someone, in simple language, who is not very computer literate.

    I don't understand how to set form action and I don't know what is meant by relevant processing page.

    Thank-You David Thornton http://www.webworldaffiliates.com
    Ok, firstly, please stick to the same thread on the same subject, this is much easier to solve your issus this way.

    On the page that you place your form on... right click on the form and go to the properties of that form. There is a field that says 'action' in there you put the pagename.php

    This tells the form to go to this page (this is the relevant processing page) when the user hits the submit button.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  3. #3
    Davethorn is offline Sergeant First Class
    Join Date
    Sep 2007
    Posts
    53

    Default Re: Trouble with multiple thankyou pages

    Tried this but still when I hit submit it takes me to the original thank-you page and no the one that I need to go to.If you would like to see for yourself go to http://www.webworldaffiliates. Click on Free Stuff. Click on Link for Profit Funnel. This Takes you to Form requesting name and email address. When You press Sumit it takes you to The Thank-you Page from Previous ContactUs Form and not to the one associated with the Current Form. Could someone please tell me where I am doing something wrong. as I have two more forms with thank you pages to set up. Thanks much, David http://www.webworldaffiliates.com

  4. #4
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,565

    Default Re: Trouble with multiple thankyou pages

    Filling in the profit funnel form will atke your clients to a page called action.php

    If you want them to go to a different page then on that form page go into the form properties take out the words 'action.php' and replace it with

    'yourotherpage'.php

    'yourotherpage' obviously being the name of the page you want them to go to
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  5. #5
    Davethorn is offline Sergeant First Class
    Join Date
    Sep 2007
    Posts
    53

    Default Re: Trouble with multiple thankyou pages

    I done exactly what you said, changed action.php to ThankYou1.php (which is the Thank you Page that I want to be sent to) I published this and still get the same results ie I am sent to Thank You (which is from another form on my site. I'm stuck. David Thornton http://www.webworldaffiliates.com.

  6. #6
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,565

    Default Re: Trouble with multiple thankyou pages

    No, you haven't changed it. It is till showing as action.php

    If you want to you can email me the page. The one with the form on. My email address is on my first site lsited below
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  7. #7
    McBuff's Avatar
    McBuff is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    87

    Default Re: Trouble with multiple thankyou pages

    NO CAPS! ThankYou1.php - should be - thankyou1.php

    However, I've watched the tutorial three times and when she saves the Thank You page. . .it is still "untitled" . . .she never actually mentions that the page should be "action.php". . .this confused me.

    So the case is this. ..the form can be named anything as long as the thank you page has the same name (remember lowercase and php extension). . .is that correct? If so. . .I think that needs to be mentioned in the tutorial. . .a keypoint I would say because many will want more than one contact form and will need to know how to deliniate the thank you pages.

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Trouble with multiple thankyou pages

    Not the form, the "action" of the form MUST have the same name as the thank you page that has the script in it.

    If the action of the form is "thankyou1.php" the thankyou page for this form MUST also be "thankyou1" and before you publish it set its properties so that when it gets published it has the extension "php" (in page properties)
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    McBuff's Avatar
    McBuff is offline Sergeant Major
    Join Date
    Aug 2006
    Posts
    87

    Default Re: Trouble with multiple thankyou pages

    Quote Originally Posted by navaldesign View Post
    Not the form, the "action" of the form MUST have the same name as the thank you page that has the script in it.

    If the action of the form is "thankyou1.php" the thankyou page for this form MUST also be "thankyou1" and before you publish it set its properties so that when it gets published it has the extension "php" (in page properties)
    What you said! That's what I meant. . .and it straightened me out. . .it works great. . .Thanks!. . .(might suggest to include a mention of this in the tutorial. ..just a thought)

  10. #10
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Trouble with multiple thankyou pages

    This is what i DID wrote in the tutorial:

    Important: The form action, as we have seen, is set to be "action.php". This is NOT a coincidence. the form action NEEDS to be the same as the thank you page filename. So the thank you page is saved as "action" and when published it is published as "action.php". The form action must be set to be "action.php" so the form will send the info to the processing script which is in the page "action.php".

    If you want, you may save your Thank you page with ANY other name like "thankyou" or "confirmation" or anything else. However, the form action, MUST be set accordingly : "thankyou.php" or "confirmation.php" etc.

    Many users, unfortunately, only watch the multimedia presentation, though it is write, in bold red characters: Please read the text UNDER this multimedia presentation.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49