
How is possible to display a form from DB (select, checkbox, etc)?
On the page, add.cgi, the forms from the DB are not available automatically to be included by tags.
Let we say we have a select form, defined in the DB, named 'Area', which has Enum values.
The HTML result of this form should be available as an '<%Area%>' or '<%form_Area%>' tag, to be able to insert into add.html.
I found the GT::SQL::Display::HTML module, which does this task, but I have no any documentation for it.
GT staff, Alex, please help me out with a documentation to this module, or at least give me some info about usage of it.
Thanks in advance,
Webmaster33
On the page, add.cgi, the forms from the DB are not available automatically to be included by tags.
Let we say we have a select form, defined in the DB, named 'Area', which has Enum values.
The HTML result of this form should be available as an '<%Area%>' or '<%form_Area%>' tag, to be able to insert into add.html.
I found the GT::SQL::Display::HTML module, which does this task, but I have no any documentation for it.
GT staff, Alex, please help me out with a documentation to this module, or at least give me some info about usage of it.
Thanks in advance,
Webmaster33