To validate a USA Phone Number, simply add a Text Field, select the Input Type: “Tel” and use the following pattern:
[0-9]{3}-[0-9]{3}-[0-9]{4}
Now to pass the validation process, the user must enter a phone number with the following format:
123-456-7890