This Behavior let's you create a professional form validation for your HTML pages and is created for people don't have any programming experiences.
With this behavior You don't need write any code and also if you now Javascript programming with this behavior you can create your form validation quickly and easy. This behavior can create the code validation for:
-
Text, hidden- Required
- Alphanumeric
- Alphabetic
- Integer
- Float
- List of acceptable chars
- List of unacceptable chars
- Regular expression (with RegExp library list customizable)
- Email
- Date
- Time
- Equal to other form field
- Min. lenght
- Max. length
- Eval Js function
-
Radio- One of them
- If checked a form field must be filled
- Eval Js function
-
Checkbox- Must be checked
- If checked a form field must be filled
- Eval Js function
-
Checkbox group: You can define a group of checkbox to validate toghether
- One of them
- Check a minimun and a maximum number of checkbox in the group
- Eval Js function
-
Select- Not the first
- Select a minimun and a maximum option (for multiselect field)
- Eval Js function
-
Textarea- Required
- Min. lenght
- Max. length
- Remove Html code to verify the text length (use with editor Html)
- Eval Js function
The validation Javascript code is compatible with the browser that support Javascript including:
- All Internet Explorer browsers
- All Netscape browsers
- All Opera browsers
- AOL browsers and
- Mozilla based browsers