Add input masking to form fields
Currently, if I want to have a user submit a standardized form of data such as a phone number, my only options are to just use a text field and hope for the best, or implement custom code. (For example, to restrict a field input to ###-###-#### fo...