The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.11200 - 2010-02-21

  • Added Overview doc
  • corrected bug in validation which considered values which evaluated to 'false' to be the same as 'empty'
  • adjusted Text field rendering to include render_as => 'password' to render a text field as a password
  • adjusted password rendering to not include the existing value (for security purposes)
  • moved 'required' flag out of main field object and into validation hashref.

Documentation

Getting started with Form::Sensible

Modules

A sensible way to handle form based user interface
Field base class for Form::Sensible
Field used for file selection
Field for representing large amounts of character-string data.
A Numeric field type.
A multiple-choice option field
encapsulate an entire form within another.
Field for representing character-strings
A Trigger for user activity
Form::Sensible's Form class
A base class for writing Form::Sensible reflectors.
Base class for Renderers.
an HTML based Form renderer
A rendered form handle for HTML
Default Validator for Form::Sensible forms
Validation results for a given form.