Package forms\validators
Classes summary
| CustomRequiredFields | Specify special required fields to be executed as part of form validation |
| RequiredFields | Required Fields allows you to set which fields need to be present before submitting the form Submit an array of arguments or each field as a seperate argument. Validation is performed on a name by name basis. |
| Validator | This validation class handles all form and custom form validation through the use of Required fields. |