Hi There,
Couldn't find this anywhere, maybe I'm looking for the wrong verbs.
I'm trying to get a textbox to require a certain format as you type in a number. For simplicity, lets use a phone number example. As I type into the box I want some guidelines to help the user enter the correct format of the phone number:
(4__) ___-____
(403) 3__-____
(403) 329-98__
(403) 329-9824
This will prevent users from forgetting the area code, etc. I've seen this done elsewhere but am unsure of where to start.
I'm sure this is javascript but it's for a ruby on rails app so if you know of a plugin or something.
Thanks!
Josh