[% page.no_source = 1 %]

Form::Processor samples

Here's a few test forms. Not all might work if the required modules are not installed. Check the server output for problems.

This uses an overly complex template file called form_widgets.tt to generate the html for the forms. This makes creating new forms quite easy, and handles issues like creating labels associated with input fields, generating error messages, and consistent field ids to grab with javascript.

For more complex forms (forms that you use in a real application) it's debatable if it's not just as easy to code up the html directly and add Template macros when it's obvious.