I am working on LiveCycle Designer ES4 on a dynamic form linked to a XSD database. I have setup a couple required fields via the Object panel option ("user entered - required").
When testing the form in the LiveCycle PDF Preview and/or Acrobat/Reader shows a fail in the required fields validation.
- While the fields are empty I can tab from one required field to another and no alerts pop-up
- Required fields still empty and I hit the submit button and again no alerts, plus the submission completes (via e-mail at this stage)
Am I missing a setting somewhere that is preventing the validation to run at submission?
Should I be using JavaScript to do validation instead of the built-in options in the Object panel?
Note: not sure if this is relevant but the File / Form Properties / Form Validation settings are also a fail. No matter what I customize there nothing works. I ended up forcing the default required field highlighting via JavaScript in the form:ready event.