Vickie Seeber
Hello,
Is it possible or even necessary to format a phone number field: ###.###.####? I was hoping to format a field on a form.
Thank you.
Best Answer
-
Take a look at THIS THREAD. It details how to parse the characters out, remove unwanted characters, and replace them in the desired format with the desired characters.
Answers
-
You can't format the field within the form itself, but there are ways to reformat the user's entry after the form has been submitted.
-
How does one format the entry? I haven't been able to find the answer online.
-
Take a look at THIS THREAD. It details how to parse the characters out, remove unwanted characters, and replace them in the desired format with the desired characters.