setMode('development');
// Entire form is created with the following line !
$form->createContactForm();
?>
    
    
    
    Material Design Extended Contact Form - How to create PHP forms easily
    
    
    
    
    
    
    
    printIncludes('css'); ?>
    Php Form Builder - Material Design Extended Contact Form
Build a complete contact form with a single line of code
    
    
    
    
    
    printIncludes('js');
        $form->printJsCode();
    ?>