Form-level validation

Form-level Validation is used to verify the data integrity of the entire form. Form-level validation can be used to ensure that all required fields have been populated or to verify dependencies between data fields on a form.

The form’s On Validate event occurs whenever the user clicks Submit to process the form. The form’s On Load event occurs whenever the user loads the form.

The On Validate and On Load options appear under the Form menu on the Form Builder screen:



Specify the JavaScript code required to set the form-level validation for the report in the Javascript window. This window is displayed when you select Form > On Validate or Form > On Load.