Telephone input

You can just change the input type to number/integer.

Or, you can use JavaScript regex formula. See this post: Phone input mask

2 Likes