Hello,I have a text field set up as a phone number field, with the following in the change event to accept numbers only:if(xfa.event.newText.match(/[^0-9]/)){xfa.event.change = "";}In the Pattern validation, I have this mask on all tabs (Display, Edit, Validation and Data):text{'('999')' 999-9999} I...