This class can generate and validate forms.
It can compose the form output by adding input elements of all types like select, text, submit, checkbox, radio and CAPTCHA validation using reCAPTCHA.
The class can also associate validation rules and generate JavaScript code to perform browser side validation as well validate on the server side.
It can generate the form output using templates that replace placeholder marks by element HTML. |