+ Reply to Thread
Results 1 to 5 of 5

Thread: Trouble with implementing a form
      
   

  1. #1
    ofirbeigel is offline Master Sergeant
    Join Date
    Jul 2008
    Posts
    65

    Default Trouble with implementing a form

    Hey.
    I just put up a website in Hebrew and put a form on the top right side of it.
    The form consists of 3 elements:
    Name
    Email
    Phone number

    All 3 element have "Date required" checked and the form is supposed to direct the user to "success.php" after pressing submit - for some reason the "data required" function doesn't work and the user gets "thrown" to an error screen - even though I do get the values sent to my e-mail after he pressed submit.

    here is the site.

    it is in Hebrew but you will be able to see the form on the top right.
    Thanks for your help.
    Ofir.

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

    Default Re: Trouble with implementing a form

    The validation doesn't work because your form is named "optin form" . rename it to "option_form" .

    If you get the mail, the error is that the success page can't be found. How did you publish the "thank you" (success) page ? Make sure that in BV, in the "Success URL" field, you have the full URL (http://www........./success.html) url of your succes page.
    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!


  3. #3
    ofirbeigel is offline Master Sergeant
    Join Date
    Jul 2008
    Posts
    65

    Default Re: Trouble with implementing a form

    Hey Naval. Thanks for the quick response.
    I changed the form name but it still gives me this error message after I press submit:
    Warning: Cannot modify header information - headers already sent by (output started at /home/sytexocy/public_html/index.php:6) in /home/sytexocy/public_html/menu.php on line 125



  4. #4
    Join Date
    Mar 2006
    Location
    Mallorca, Spain
    Posts
    6,313

    Default Re: Trouble with implementing a form

    Thats because you are using menu.php in the Action Field

    Use the form wizzard and use the default in the action field instead. (use inbuilt PHP)

  5. #5
    ofirbeigel is offline Master Sergeant
    Join Date
    Jul 2008
    Posts
    65

    Default Re: Trouble with implementing a form

    I'm not sure what you mean by that.
    I already have the "Use built in PHP..." Check box checked.

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