Announcement

Collapse
No announcement yet.

Why does my form send without all required fields completed?

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

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

    Comment


    • #3
      Re: Why does my form send without all required fields completed?

      That did it, thanks.

      Comment

      Working...
      X