Hi Team,
Looking to setup a input mask for UK mobile number starts 07 and has 11 digits.
Wanting to add this to the field to ensure clean data input and not just random numbers.
Regards,
Alavi
You can use a REGEX as the input mask. Here's a discussion on Stack Overflow that addresses UK phone numbers: https://stackoverflow.com/questions/11518035/regular-expression-for-gb-based-and-only-numeric-phone-number
Please login or Register to submit your answer