I'm looking for a script that will take a form input and maintain a format such as:
(___) ___-____
It should only allow numeric input and make the correct placement of characters, so as they fill it out it becomes:
(55_) ___-____
(555) 5__-____
(555) 555-____
(555) 555-5555
And then cap it at 10 numbers.
I found one script that was for sale that does this and many other field formats, but I'm focused on just making it as small as possible and doing just this. Is there anything like this already available, or can someone throw me a handmade script?
Thanks,
Jordan