Forms - Building Tools
Created by: Lester Caine, Last modification: 23 July 2018
Form Building toolkits come in several styles, but we need smething which is compatible with PHP for both page creation and storing of forms submits.
PEAR Library - HTML_QuickForm2 - The problem is this has not been maintained to be fully compatible with PHP7 along with much of PEAR
PHP Form Builder - a comercial licensed package which has now been modified to require registration for every domain using it so something of a problem when used as a generic component in bitweaver where a single set of code is shared between all domains.
ADD formBuilder - Javascript library for client side validation of form data.