This class is a rewrite of the Nibble Forms class for validating and generating HTML5 forms. It can compose a form adding several types of fields specifying the type and other parameters that may define validation rules. The class can compose and generate the form output by adding form start and end ...
Combo Validation Support forum combovalidation Validates Web forms on browser and server side This class can be used to validate Web forms both on browser and server side. It can generate to validate forms on the browser side before the forms are submitted. It can also validate forms on the server ...
HTMLForm Support forum htmlform Generate XHTML forms with Javascript validation This class can be used to generate XHTML forms with Javascript to perform client side validation. It can compose a form added all the types of basic HTML form inputs. It also provides convenience functions for adding ...
cm forms Support forum cm_forms Validate and processing Web forms This package is meant for validating and processing Web forms. It provides base classes for performing generic form validation and also sub-classes to perform more specific types of validation like for: names matching rules defined ...
Generate Javascript Validation Support forum generatejsvalidation Generate Javascript code for validation Web forms This class can be used to generate Javascript code for validating Web forms. It takes as parameter a list of form fields to be validated that details the field names, types of validations ...
This package can be used to generate and validate HTML forms. It can compose and generate HTML forms by adding to the form objects that define the behavior of each form input. The input object classes may also implement several types of validation for verifying the form input values. Currently the ...
A New PHP Form validation Support forum validform Validate values submitted with Web forms This class can be used to validate values submitted using Web forms. It takes as parameters the value of submitted form field, a validation rule , validation parameters, and an error message. The class stores ...
Text Box Validation Support forum validate_textbox Generate forms with text field validation This class can be used to generate Web forms with Javascript based client side validation. It can generate the HTML tags for starting and ending forms with one or more text or password fields. Additionally ...