Php Form Builder - Extended Contact Form
Build a complete contact form with a single line of code

$form = new FormExtended('extended-contact-form', 'horizontal', 'novalidate', 'bs5');
$form->createContactForm();

The contact form below is built with just these 2 lines of code.

The FormExtended php class allows you to create your own functions. Here, for example, we call the createContactForm() function, which in turn calls all the functions needed to create the form (creation of fields, layout, plugins, ...)

https://www.phpformbuilder.pro/documentation/class-doc.php#extending-main-class

Please fill in this form to contact us
Name
First name