P
Paul
Is there a way to modify the Phone Number Input mask from the Input Mask
Wizard to allow the user to enter an extension number at the end of the
usual 10 digit phone number? I find it much more convenient to enter the
extension in the phone number field rather than create separate field for
extensions.
The default Phone Number Input mask is the following string:
!\(999") "000/-0000;;_
When you enter 10 digits in the form field, you get something that's
formatted like this:
(555) 123-4567
That mask won't let you enter more than 10 numbers.
I would like to be able to enter up to five characters of my choice,
preferable preceded by a space character. In other words, after the number
above, I'd like to be able to type an "x", followed by up to four numbers as
shown below:
(555) 123-4567 x1234
where the input mask automatically inserts a space before the "x."
Any suggestions on how to modify the input mask above to accomplish this?
Thanks in advance,
Paul
Wizard to allow the user to enter an extension number at the end of the
usual 10 digit phone number? I find it much more convenient to enter the
extension in the phone number field rather than create separate field for
extensions.
The default Phone Number Input mask is the following string:
!\(999") "000/-0000;;_
When you enter 10 digits in the form field, you get something that's
formatted like this:
(555) 123-4567
That mask won't let you enter more than 10 numbers.
I would like to be able to enter up to five characters of my choice,
preferable preceded by a space character. In other words, after the number
above, I'd like to be able to type an "x", followed by up to four numbers as
shown below:
(555) 123-4567 x1234
where the input mask automatically inserts a space before the "x."
Any suggestions on how to modify the input mask above to accomplish this?
Thanks in advance,
Paul