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

Changes for version 3.0201

  • This is a bugfix release that patches the following problems:
    • missing $form->name accessor
    • $form->confirm displaying wrong value for radio groups
    • $form->new(messages => $file) not reading file (tries to bless directly)
    • added $form->field(delete => 1) option
    • redone messages joiner on array passing (internals thing)
  • The changed files are: CGI/FormBuilder.pm CGI/FormBuilder/Field.pm CGI/FormBuilder/Messages.pm
  • All other sub-modules shipped are identical to the 3.02 versions; those modules retain the same version and signature.

Documentation

Changes in FormBuilder 3.0, please also see the README
how to install FormBuilder 3.0
README for FormBuilder 3.0, please also see Changes

Modules

Easily generate and process stateful forms
Internally used to create a FormBuilder field
Localized message support for FormBuilder
Create multi-page FormBuilder forms
Source adapters for FormBuilder
Initialize FormBuilder from external file
Template adapters for FormBuilder
FormBuilder interface to CGI::FastTemplate
FormBuilder interface to HTML::Template
FormBuilder interface to Template Toolkit
FormBuilder interface to Text::Template
Utility functions for FormBuilder