+ Reply to Thread
Results 1 to 3 of 3

Thread: Multi replies for multiple Form submission...
      
   

  1. #1
    cinch is offline Private First Class
    Join Date
    Jul 2007
    Posts
    5

    Default Multi replies for multiple Form submission...

    How to generate different replies for different forms? eg. I require:

    1) A thank you message for those signing up to get my e-newsletter updates

    2) A thank you note for submitting an enquiry from "Contact Us" tab

    Terence Tan
    www.activewearcompany.com

  2. #2
    Watdaflip's Avatar
    Watdaflip is offline Major General
    Join Date
    Sep 2005
    Location
    Cincinnati, Ohio
    Posts
    2,119

    Default Re: Multi replies for multiple Form submission...

    That would depend how your script is setup. If you script has a redirect to another page just change the page where it redirects. Otherwise if after the script is executed it just stays on that page, you can echo a message, just add something like this to the script

    echo "Thank you, we will get back to you asap";

    Register/Login Script
    Do you use a Password Protected Directory? Need a way to allow users to make their own account, try my .htaccess Login Script

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

    Default Re: Multi replies for multiple Form submission...

    You can use different php scripts for each form, if you use the tutorial method, where each thank you page has it's php script embedded. Or, you can install ABVFP which will allow you to define for each form, the thank you page where the user will be redirected.
    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