FormFieldinator is a collection of JavaScript functions to help you filter, validate and format HTML form input fields. You can perform text input masking, format phone numbers, validate e-mail address and much more. It was created to be fairly easy to incorporate and modify. The functions are broken up into three main categories:
- Filtering: Filter what the user can type into a field.
- Validating: Validate what the user typed into a field.
- Formating: Format the field once a user is done typing into a field.