Hi Joel,While authoring an Adaptive form, author can create validation
rules, calculation rules etc. for various fields (via rule editor).
These rules are run on client before submission, to ensure that correct
data is being submitted.Similarly if the author wishes to run the same
rules at server before configured submit action is invoked, one can
check 'Revalidate on server' option. In case server side validation
fails, list of errors is send back to client, and the errors are shown
on the fiel...