+ Reply to Thread
Results 1 to 7 of 7

Thread: Redirecting from Thank you page and Compulsory field completion
      
   

  1. #1
    editorfcm is offline Sergeant
    Join Date
    Oct 2005
    Posts
    29

    Default Redirecting from Thank you page and Compulsory field completion

    Can anyone help?

    I have 2 questions please.

    1) When someone clicks the submit button on my from they are taken to a Thank You page. I now need to add the option on my Thank You page which says "click here to be taken back to home page". Any idea's on how to do this in .php

    2) The fields that I have in my form, I want to make them compulsory to complete. How do I do this so people don't send me blank fields.

    Thanks in advance.

    Chris

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

    Default Re: Redirecting from Thank you page and Compulsory field completion

    Quote Originally Posted by editorfcm
    Can anyone help?

    I have 2 questions please.

    1) When someone clicks the submit button on my from they are taken to a Thank You page. I now need to add the option on my Thank You page which says "click here to be taken back to home page". Any idea's on how to do this in .php

    2) The fields that I have in my form, I want to make them compulsory to complete. How do I do this so people don't send me blank fields.

    Thanks in advance.

    Chris
    As to your first question: If you have your php page built with BlueVoda and then saved it setting extension to be php, insert the following script in your thankyoupage, in the Between Head Tag:
    <meta http-equiv="Refresh"

    content="3; URL=http://www.yourdomain.com/page_to_redirect_to.html">

    Change the number 3 in whatever you wish the delay to be and the name of the page to redirect to. This way visitors won't even have to click on anything, they will automatically be redirected to whatever page you wish.

    You can also add a button linked to your homepage, or whatever page you wish them to go to. Another option is a "History button" with the page number set to -2, so when the visitors click on that button they will go back
    to the page where they were before they got to your form page. Have a look at www.navaldesign.info/feedback6php.php . Sorry but I can't help with your second question.
    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!


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

    Default Re: Redirecting from Thank you page and Compulsory field completion

    Quote Originally Posted by editorfcm
    Can anyone help?

    I have 2 questions please.

    1) When someone clicks the submit button on my from they are taken to a Thank You page. I now need to add the option on my Thank You page which says "click here to be taken back to home page". Any idea's on how to do this in .php

    2) The fields that I have in my form, I want to make them compulsory to complete. How do I do this so people don't send me blank fields.

    Thanks in advance.

    Chris
    I might just have found the solution to your problem. If you are still interested
    let me know
    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!


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

    Default Re: Redirecting from Thank you page and Compulsory field completion

    Quote Originally Posted by navaldesign
    As to your first question: If you have your php page built with BlueVoda and then saved it setting extension to be php, insert the following script in your thankyoupage, in the Between Head Tag:
    <meta http-equiv="Refresh"

    content="3; URL=http://www.yourdomain.com/page_to_redirect_to.html">

    Change the number 3 in whatever you wish the delay to be and the name of the page to redirect to. This way visitors won't even have to click on anything, they will automatically be redirected to whatever page you wish.

    You can also add a button linked to your homepage, or whatever page you wish them to go to. Another option is a "History button" with the page number set to -2, so when the visitors click on that button they will go back
    to the page where they were before they got to your form page. Have a look at www.navaldesign.info/feedback6php.php . Sorry but I can't help with your second question.
    Take also a look at http://www.vodahost.com/vodatalk/showthread.php?p=11943#post11943

    the Field completion is in some way solved there.
    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!


  5. #5
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Question Re: Redirecting from Thank you page and Compulsory field completion

    Quote Originally Posted by navaldesign
    As to your first question: If you have your php page built with BlueVoda and then saved it setting extension to be php, insert the following script in your thankyoupage, in the Between Head Tag:
    <meta http-equiv="Refresh"

    content="3; URL=http://www.yourdomain.com/page_to_redirect_to.html">

    Change the number 3 in whatever you wish the delay to be and the name of the page to redirect to. This way visitors won't even have to click on anything, they will automatically be redirected to whatever page you wish.

    You can also add a button linked to your homepage, or whatever page you wish them to go to. Another option is a "History button" with the page number set to -2, so when the visitors click on that button they will go back
    to the page where they were before they got to your form page. Have a look at www.navaldesign.info/feedback6php.php . Sorry but I can't help with your second question.
    Hi navaldesign
    your tips are very helpful, But i don't understand about history button. does bluevoda have?
    Thanks
    .
    .
    Nyoman

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

    Default Re: Redirecting from Thank you page and Compulsory field completion

    Quote Originally Posted by Nyoman
    Hi navaldesign
    your tips are very helpful, But i don't understand about history button. does bluevoda have?
    Thanks
    No, that's not a button implemented in Bluvoda. It's a "Back" Button that you can get with a small piece if code. In your page, insert a HTML frame, double click to edit it, end insert the following in the HTML window that will open:

    <FORM>
    <input type="button" class="but" value="< BACK " onclick=history.go(-1)>
    </FORM>

    By changing (-1) to -(2) or (-3) you get back 1, 2 or 3 pages, that's why I call it a "History" button. So after completing the form, your visitor can go back exactly where he was before he went to the Form page (You need to put -2 to have this done).

    Otherwise you may directly redirect to whatever page you want, using the other bit of code.
    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!


  7. #7
    Nyoman is offline Major
    Join Date
    Sep 2005
    Location
    heavenly-temple
    Posts
    426

    Default Re: Redirecting from Thank you page and Compulsory field completion

    Got it
    Thanks
    XXX
    .
    .
    Nyoman

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