
CGI::FormMagick::HTML - HTML output routines for FormMagick

These are internal-use-only routines for displaying HTML output, probably only of interest to developers of FormMagick. =head1 DEVELOPER ROUTINES
Prints out a page of the form, including the page header and footer, the fields, and the buttons.
print the table row containing the form's buttons
prints the header template and the form title (heading level 1)
prints the stuff that goes at the bottom of every page of the form
prints the page title (heading level 2) and description
prints the stuff that goes at the bottom of a page, mostly just the form and table close tags and stuff.
prints the description of a field
prints any errors related to a field
displays the fields for a page by looping through them
Gathers various information about a field and returns it as a hashref.
Builds HTML for individual form fields. $forminfo is a hashref containing information about the field.
Given $info (a hashref with info about a field) figures out the option values/labels for select or radio fields and shoves them into $info->{option_values} and $info->{option_labels}