DemoDownload Very easy to install PHP form builder, with validation and date selection tools, the perfect convenience tool. To create a very basic form, include the form building class and then use the following code: Features Inline validation. Easy installation of date selectors. Example <?phprequire 'classes/formbuilder.class.php'; $form = new formBuilder('table'); $form->addField('text', 'Your name', true); $form->addField('text', [...]