How can I create a field using Javascript that inserts the appropriate dashes when a user enters a phone number?
I want a field that automatically inserts the appropriate parenthesis and dashes for a phone number. I'm thinking that's something that can be done with either JavaScript of JQuery.