M
magmike
I could use this advice in a few different scenarios, but for example:
In the telephone field on the form, I use an Input Mask, but do not
store the symbols. However, I have a source that I frequently use that
displays the phone numbers like "615.555.1212".
When I paste this into the phone form field, on exit it would
naturally create an error. So I have to write it down and enter it as
plain numbers to avoid error. Even when a source will use the typical
symbols "(615) 555-1212" they don't always paste in successfully, as
some may have a space or not a space or something minor that doesn't
translate correctly in the input mask.
Is there a way to either:
(1) onClick or onEnter into the phone field, eliminate all symbols
so that just the actual numbers paste in,
or
(2) onExit, convert the data to fit within the input mask
constraints.
or
(3) Is there another, better way than either of those?
Thanks in advance,
magmike
In the telephone field on the form, I use an Input Mask, but do not
store the symbols. However, I have a source that I frequently use that
displays the phone numbers like "615.555.1212".
When I paste this into the phone form field, on exit it would
naturally create an error. So I have to write it down and enter it as
plain numbers to avoid error. Even when a source will use the typical
symbols "(615) 555-1212" they don't always paste in successfully, as
some may have a space or not a space or something minor that doesn't
translate correctly in the input mask.
Is there a way to either:
(1) onClick or onEnter into the phone field, eliminate all symbols
so that just the actual numbers paste in,
or
(2) onExit, convert the data to fit within the input mask
constraints.
or
(3) Is there another, better way than either of those?
Thanks in advance,
magmike