We have a phone field on our form that is limited to 10 fields only. We are finding that some users are entering in the extra ‘1’ before the area code and thus we are not getting the last digit of their phone number.
So in my example, because they entered the international 1 digit, we missed the last digit of their number! Has anyone come across this or have a workaround either javascript or something else?
First, add a Single Line Text field. Then, go to Field Settings > General Setting and enable the Input Mask. Choose the Custom option and insert the custom mask format 9 (999) 999-9999, which will allow users to submit their 11 digits phone number.