html_formfu_dumpconf.pl

HTML form creation, rendering and validation framework

Install

All systems
curl cmd.cat/html_formfu_dumpconf.pl.sh
Debian Debian
apt-get install libhtml-formfu-perl
Ubuntu
apt-get install libhtml-formfu-perl
image/svg+xml Kali Linux
apt-get install libhtml-formfu-perl
Fedora
dnf install perl-HTML-FormFu
Windows (WSL2)
sudo apt-get update sudo apt-get install libhtml-formfu-perl
Raspbian
apt-get install libhtml-formfu-perl

libhtml-formfu-perl

HTML form creation, rendering and validation framework

HTML::FormFu is a HTML form framework which aims to be as easy as possible to use for basic web forms, but with the power and flexibility to do anything else you might want to do (as long as it involves forms). You can configure almost any part of formfu's behaviour and output. By default formfu renders "XHTML 1.0 Strict" compliant markup, with as little extra markup as possible, but with sufficient CSS class names to allow for a wide-range of output styles to be generated by changing only the CSS.

perl-HTML-FormFu

Validation Framework