NAME
Catalyst::Plugin::FillInForm - FillInForm for Catalyst
SYNOPSIS
use Catalyst 'FillInForm';
$c->fillform;
DESCRIPTION
Fill forms automatically.
EXTENDED METHODS
finalize
Will automatically fill in forms if the last form has missing/ invalid fields.
METHODS
fillform
Fill form based on request parameters.
SEE ALSO
AUTHOR
Sebastian Riedel, sri@cpan.org
Marcus Ramberg, mramberg@cpan.org
COPYRIGHT
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.