Advanced Form Controls
Version 1.5.9  how it workview examples and demoHelp and TutorialsVersion revisionAdd to cart
How does it work - Masked text Field
Advanced ToolTip
Accept terms checkbox
Change date format
Color selector
Comma-separated
CheckBoxes
Date Picker
Dependent Combo Box
Disable Enter Key
Event Calendar
Flashing Link
Flasing Form Element
Hightlight Form Element
Masked Text Field
Numeric Text Field
Restricted Text Area
Change date format
Price: 40,00 €
Usd. 52,29
Currency conversion according with PayPal
Flash Tutorials
 
 
Text Field: The text field where apply the mask.
 
Mask:

In this combo you can select the Mask from the list of predefined or you can type your own mask.
A Mask is a validation string that define the acceptable field input value for each characters. The mask determine which characters are valid in input for each characters position and define also the max acceptable length of the string.
The mask has this special value:
A - Allows only the UNICODE alphabetic characters (upper or lower-case)
W - Allow all the all the alphabetic characters plus the numbers
0 - Allows only number (0-9)
? - Allow any characters
If you enter other character (other than the above) it will be inserted into the field data

For example:
AA-000-AA--> the user can enter 2 letters 3 number 2 letters
AA-???-AA --> the user can enter 2 letters 3 any chars 2 letters

 
Restrict to mask: If NOT checked the user can insert all what he want, if checked the user can enter anly the chars allowed from the mask.