Hello.I'm creating a form that uses global bindings for things like
phone numbers, ZIP codes, and other industry-specific terms. The first
instance is a standard field and subsequent appearances are
read-only.These fields also have validation patterns and validation
scripting. The issue is, when the user enters invalid data, the form
pops up multiple error messages. Some are the custom validation
messages, but others are generic ones.I need the form to only show one
error message and it be the c...