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 ###-###-#### format for a phone number, or ##/##/#### for a date.)

It would be great if there were a simple way to implement input masking on fields without custom code to standardize the input, making it much easier to pass the information to a workflow management system or database.

  • Lighthouse Global
  • Oct 13 2021