This Behavior let's you create a professional form validation for your PHP pages based on
Bootstrap library 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 don't now Javascript programming with this behavior you can create your form validation quickly and easy.
The extension create all the html code to generate Bootstrap validations styles for errors and success states on form controls, you can also add optional feedback icons for the error or success status. Compatible with form fields with input-group-addon.
This behavior can create the code validation for:
-
Text- Condition
- Required
- Required If Checked
- Alphanumeric [a-z 0-9]
- Alphabetic [a-z]
- Numeric [0-9]
- Integer
- Float
- E-mail
- Date
- Time
- Acceptable chars
- UnAcceptable chars
- Regular Expression
- Equal To
- Not Equal To
- One of Them
- Base 64
- Credit Card
- EAN
- Hex
- Hex Color
- IP
- MAC
- URI
- Field Length
- Custom Function
- Database
-
File- Condition
- Required
- File extension
- File size
- File mime-type
- Custom Function
-
Radio- Condition
- Required
- Custom Function
-
Checkbox- Condition
- Required
- Custom Function
-
Checkbox group: You can define a group of checkbox to validate toghether
- Condition
- Required
- Multiple
- Custom Function
-
Select- Condition
- Required
- Not the first
- Multiselect
- Custom Function
-
Textarea- Condition
- Required
- Field length
- Custom 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
Only for Php My-Sql 5.0 or more