The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 3.0202

  • 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
    • disabling field comment on static fields
    • fixing $form->field(disabled => 0)
    • 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.

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