NAME

CGI::FormBuilder::Template::HTML - FormBuilder interface to HTML::Template

SYNOPSIS

my $form = CGI::FormBuilder->new(
                fields   => \@whatever,
                template => {
                    type => 'HTML',
                    arg1 => val1,
                },
           );

DESCRIPTION

This engine adapts FormBuilder to use HTML::Template. Documentation is actually under CGI::FormBuilder::Template or HTML::Template, so please refer to those for more information.

SEE ALSO

CGI::FormBuilder, CGI::FormBuilder::Template, HTML::Template

REVISION

$Id: HTML.pm,v 1.7 2005/02/10 20:15:52 nwiger Exp $

AUTHOR

Copyright (c) 2000-2005 Nathan Wiger <nate@sun.com>. All Rights Reserved.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.