HTML-FormFu
Latest Releases
2009-05-08 HTML-Formfu-Model-DBIC v0.04002
- 'new_empty_row' and 'new_empty_row_multi' deprecated and replaced by 'empty_rows' and 'new_rows_max'
- New model_config options 'read_only' and 'ignore_if_empty'
- view full change log
2009-05-08 HTML-Formfu v0.04002
- Incompatible Change: Element::Repeatable->repeat() now defaults to 1 instead of 0. This allows empty Repeatables
- Fix test failures on Win32
- view full change log
2009-04-20 Catalyst-Controller-HTML-Formfu v0.04003
- Fix missing prereqs
2009-04-20 Catalyst-Controller-HTML-Formfu v0.04002
- Switched to use MRO::Compat for compatibility with Catalyst 5.8001
2009-04-15 HTML-Formfu v0.04001
- vertically-aligned CSS example updated for Date fields
- Model-HashRef supports now empty repeatable elements
- view full change log
2009-04-15 Catalyst-Controller-HTML-Formfu v0.04001
- Includes new RequestToken feature to stop double-submissions of data
- view full change log
2009-03-26 HTML-Formfu v0.04000
- Includes some incompatible changes
- view full change log
HTML-FormFu is a perl web-form framework, which is simple to get started with, yet flexible and powerful enough to keep going once things get difficult.
Describe a form using a simple config file (any format supported by Config::Any), Automatically populate the form from your database (with HTML-FormFu-Model-DBIC), Validate user input with a large selection of constraints, and use the validated input to automatically update the database.
Online Applications / Examples
- CSS application - test your CSS - and of course, it uses HTML::FormFu itself
Tips
HTML::FormFu::Manual::Unicode - how to deal with Unicode / utf8
HTML::FormFu::Manual::Cookbook - various examples and hints
Support
Subscribe to the HTML-FormFu mailing list, but read the archives before posting
Report bugs to the Google Issue List
Download
Installs on both *nix and MS-Windows using CPAN.pm
Checkout from the subversion repository
Browse Source
- Browse all FormFu projects with the googlecode browser
Documentation on search.cpan.org
HTML::FormFu - web-form creation and processing
HTML::FormFu::Model::DBIC - integrate HTML::FormFu with DBIx::Class
Catalyst::Controller::HTML::FormFu - integrate HTML::FormFu with Catalyst
HTML::FormFu::Imager - process image-file uploads with Imager
