Quantcast
Viewing all articles
Browse latest Browse all 130

CJ FormFieldinator (Project Entry)

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:

  1. Filtering: Filter what the user can type into a field.
  2. Validating: Validate what the user typed into a field.
  3. Formating: Format the field once a user is done typing into a field.

Viewing all articles
Browse latest Browse all 130

Trending Articles