Results 1 to 6 of 6

Thread: After registering, how to have thank you page right after clicking on "submit"?
      
   

  1. #1
    tcottow's Avatar
    tcottow is offline Sergeant
    Join Date
    Apr 2006
    Posts
    37

    Question After registering, how to have thank you page right after clicking on "submit"?

    I already have register.html and register.php for my customers to send me a registry form to my email account.
    Now I have 2 problems
    1. Right after clicking on submit, I want to have thank you page. How to?
    I think I have to create thankyoupage.bvp.....then, publish it to have thankyoupage.html .... then, what else I do need to do?
    2. Information in registry form that were sent to my email account was in the Thai language. The web mail (Horde) couldn't read it. How can I have those information in my email account in Thai.

  2. #2
    Join Date
    Oct 2005
    Location
    England, UK
    Posts
    4,207

    Default Re: After registering, how to have thank you page right after clicking on "submit"?

    You may get a quicker answer from an expert if you post in the correct forum, friend. Try BlueVoda or Forms forum :o)

    You are correct on No. 1 - amend your php script to direct to your thankyou page. Don't forget to add navigation buttons to get back to your site.

    You may have to submit a ticket for No. 2 - but try the email forum first - someone might have an idea.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  3. #3
    Andy128's Avatar
    Andy128 is offline Major General
    Join Date
    Dec 2005
    Location
    Michigan
    Posts
    2,322

    Default Re: After registering, how to have thank you page right after clicking on "submit"?

    tcottow,

    I believe this is what you are trying to do. Give it a try and should you have any questions- post it in the forms section so we may help you out.

    http://netisopen.com/computer/TF001/T001.html

    Andy
    PHP- is a blast!

  4. #4
    tcottow's Avatar
    tcottow is offline Sergeant
    Join Date
    Apr 2006
    Posts
    37

    Default Re: After registering, how to have thank you page right after clicking on "submit"?

    thank you Andy, but I still don't understand how contact.html has been linked to confirmation.php
    If it is the same name like contact.html and contact.php, it's understandable that they will be linked automatically.
    But it is different name, so u need to put a script to link them together??

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

    Default Re: After registering, how to have thank you page right after clicking on "submit"?

    The names are not important. You link the php script to the form page by setting the "Action" in the Form properties to be "contact.php" or "confirmation.php" or "action.php" or whatever you have named your php script file.

    After submission, the info is submitted to the php script, which first sends the email to you, then it redirects the visitor to the thankyou_page. Andy has it explained well in his tutorial.

    About the email problem: I don't think it's a Horde problem. You see, i have been wondering how did you get the Thai in BlueVoda, since BlueVoda is not Unicode. I also visited the site and i could not see anything, because all the text was converted in symbols. I suppose that your email problem is because the Bluevoda Form page doesn't accept the Thai alphabet. Yes, when you type in, it appears as Thai to the visitor's monitor, but then it is converted. Also Russian and other language clients had the same problem. On the other hand, i might be wrong
    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!


  6. #6
    tcottow's Avatar
    tcottow is offline Sergeant
    Join Date
    Apr 2006
    Posts
    37

    Default Re: After registering, how to have thank you page right after clicking on "submit"?

    thanks navaldesign.
    tcottowel.com

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