Avatar

Level 10

Hi Victoria,

I have a validation script for PDF forms, you can use this script to validate the whole form to verify if any field returns null. This script is only to check if all fields are filled in. There is an exception array which you can insert field's names which you don't want it to be validated. You can then make your own validation for those fields included in the exception array.

So as an example, if your field age is named : txtAge

you would insert the name txtAge in the exception array:

You can use this template form to see how the function works:

Validation / Reset Functions, easy to manipulate and to change Forms!!!!

Hope this helps.