Results 1 to 3 of 3

Thread: 2 forms on a page - big problem!
      
   

  1. #1
    Yaeli is offline Private First Class
    Join Date
    Jul 2010
    Posts
    6

    Question 2 forms on a page - big problem!

    Hello,

    I serched through old questions and tried to implement some of the suggestions but still, my forms don't work like they should:
    First - each form has a different success page which is connected to but I recieve the same success page no matter what form I fill in + each form is to be sent to a different email account which, again does not happen..
    Second - My current clients won't use English filling the form and so, the information I recieve in my email is all gibrish...

    Any help?
    Thanks!
    Yael

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,611

    Default Re: 2 forms on a page - big problem!


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

    Default Re: 2 forms on a page - big problem!

    Two forms on a master page will NOT work with the built in form processor, because BV only ads the necessary code for form processing once, so the settings for one form will also become settings for the other.

    Solution : For one of the forms, act as usually (Built in form processor etc).
    <second form: Double click it and set the action to be "success.php" and the encoding type "multipart/form-data", where "success" is your "success" page (any name you like) for the specific form.
    Now, in this "success" page, add a form. Make it small enough and do NOT add any form objects (editboxes, textareas, buttons etc)

    Double click it and check the "Use built in form processor"
    Set all properties as if this was your actual form (subject, email, actions to perform) and set the "success" page to be the page it self. Set the page extension to be .php
    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