./www/p5-CGI-FormBuilder, Perl5 module for building HTML forms

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2019Q3, Version: 3.1000nb3, Package name: p5-CGI-FormBuilder-3.1000nb3, Maintainer: pkgsrc-users

The goal of CGI::FormBuilder is to provide an easy way to generate and
process CGI form-based applications. It is designed to be smart in that
it figures a lot of stuff out for you. As a result, FormBuilder gives
about a 4:1 ratio of the code it generates versus what you have to write.

For example, if you have multiple values for a field, it sticks them
in a radio, checkbox, or select group, depending on some factors. It
will also automatically name fields for you in human-readable labels
depending on the field names, and lay everything out in a nicely
formatted table. It will even title the form based on the name of the
script itself (order_form.cgi becomes "Order Form").

Plus, FormBuilder provides you full-blown validation for your fields,
including some useful builtin patterns. It will even generate
JavaScript validation routines on the fly! And, of course, it
maintains state ("stickiness") across submissions, with hooks provided
for you to plugin your own sessionid module such as Apache::Session.

And though it's smart, it allows you to customize it as well. For
example, if you really want something to be a checkbox, you can make
it a checkbox. And, if you really want something to be output a
specific way, you can even specify the name of an HTML::Template or
Template Toolkit (Template) compatible template which will be
automatically filled in, statefully.


Required to run:
[lang/perl5] [textproc/p5-Text-Template] [www/p5-HTML-Template]

Required to build:
[pkgtools/cwrappers] [www/p5-CGI]

Master sites: (Expand)

SHA1: e0df2e370ec5c75cb65c596e69adf31e799d4a39
RMD160: 0a4a87a62c186adfdf97bd0fd7230adf036b35ed
Filesize: 158.541 KB

Version history: (Expand)