Announcement

Collapse
No announcement yet.

Multi replies for multiple Form submission...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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

    Comment


    • #3
      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!

      Comment

      Working...
      X