Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 621 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 621 Bytes

Input Mask for Craft

This is a masked input plugin for Craft CMS. It allows a user to more easily enter fixed width input where you would like them to enter the data in a certain format (dates, phone numbers, etc).

Mask Instructions

  • a - Represents an alpha character (A-Z,a-z)
  • 9 - Represents a numeric character (0-9)
  • * - Represents an alphanumeric character (A-Z,a-z,0-9)

Examples

Date Forcing 2 digi's: 99/99/9999
Phone Number: (999) 999-9999
Zip Code: 99999

For more examples or more information, please visit:
http://digitalbush.com/projects/masked-input-plugin/