+ Reply to Thread
Results 1 to 3 of 3

Thread: Why does my form send without all required fields completed?
      
   

  1. #1
    Jakemeah is offline Private First Class
    Join Date
    Apr 2007
    Location
    London
    Posts
    6

    Default Why does my form send without all required fields completed?

    Hi,

    I've set up my web form, but for some strange reason it still submits when my "required fields" are left blank. Have I set up the form correctly? Here's what I did to set it up...

    I right clicked my text box on my form, and selected properties. This opened into editbox properties. On the validate tap I've checked "data required". I'm assuming this is to make the text box a required field.

    Is this correct? If it isn't, how do I make it a required field? And if it is, why does the form still submit even when these fields are left blank?

    Thanks in advance.

    Jake

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

    Default Re: Why does my form send without all required fields completed?

    How did you name your form ?

    If the form name contains whitespaces, the validation Javascript function gets broken and it won't validate any more.

    In example, a form named "Contact Form" should be named "Contact_Form".
    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
    Jakemeah is offline Private First Class
    Join Date
    Apr 2007
    Location
    London
    Posts
    6

    Default Re: Why does my form send without all required fields completed?

    That did it, thanks.

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