HTML form generator and submit
Package:
Summary:
Generate HTML forms from a specification string
Groups:
Author:
Description:
This class can be used to generate HTML forms from a specification string.
It takes a text string that defined all the details of all input of the form to be generated. The input definition includes the name, type and if the input is required.
The class generates the necessary HTML to present the form with the specified required displaying one per line.
It takes a text string that defined all the details of all input of the form to be generated. The input definition includes the name, type and if the input is required.
The class generates the necessary HTML to present the form with the specified required displaying one per line.
Comments are closed.