Results 1 to 4 of 4

Thread: Urgent advice needed
      
   

  1. #1
    bigteeg2001 Guest

    Exclamation Urgent advice needed

    Hi guys,
    I just completed the php process 123 form building method.
    The problem is that I have another form on my site, do I just repeat the process and name a new page process 1234 or something?

    thanks

  2. #2
    bill2006's Avatar
    bill2006 is offline Lieutenant General
    Join Date
    May 2006
    Posts
    3,422

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

    Default Re: Urgent advice needed

    Andy's script is a generic one, meaning it will process all the form fields and send you the mail. However, the validation of the fields will only take place if the fields are named excactly as in the script.
    With this said, unless your second form is very particular and requires a particular script, yes, you can use the same script, and you don't even have to repeat the process. Just publish the form, and set it's action to be the same as for your first form.

    Your only problem might be that you will have the same subject in your email for both forms.

    If, instead you need to customize the script for the new form, then you need to repeat the proccess, naming the script file something else, f.e. "order.php" if the second form is an Order form, or "subscribe.php" if it is a subscription form etc. The name of the script file is not important, The important thing is that you set the form action to be equal to the php script file name.
    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
    bigteeg2001 Guest

    Default Re: Urgent advice needed

    thanks a lot guys..u are living Legends

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