This class can be used to generate and validate
Web forms. It can generate HTML with Javascript to validate form input
values on the browser side. The class may also validate the input
values on the server side.
Class: Fast HTML form creator and validator
Detailed description
This class can be used to generate and validate Web forms.
It can generate HTML with Javascript to validate form input values on
the browser side. The class may also validate the input values on the
server side. Currently it only supports a validation rule to check
whether a required input is filled.
The form inputs may be defined passing arrays of input attributes or using a text file with the attribute values.
The presentation of the form can be customized using CSS styles.
|