Hi,I have created multiple fields dynamic form consisting of both
mandatory & optional fields. Since the mandatory fields are validated by
default, I want to validate the optional fields while submitting as PDF
document dynamically and prompt me to continue or discard the
submission. Also validating each & every field is not valid option as my
form contains more than 200 fields.I have tried with the below script
which I successfully used to lock the form but in validating the empty
fields I have...