in reply to HTML::FillInForm vs. checked by default checkboxes
I've been using HTML::FillInForm for ages now, but only in conjunction with HTML::Template and the cool plug-ing that comes with CGI::Application. Anyway, pulling from the docs:
my $output = HTML::FillInForm->fill( \$html, \%fifvalues);
If look at the above, note 3 main concepts:
So, forget checked, it will be done for you. But just try it, that's how I learned.
*Update: You can just reference an actual static html page with a form, negating the need to build it with the script.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: HTML::FillInForm vs. checked by default checkboxes
by kappa (Chaplain) on Feb 19, 2009 at 13:40 UTC |