');
$form->addRadio('support-rating', 'Excellent', 'Excellent');
$form->addRadio('support-rating', 'Good', 'Good', 'checked=checked');
$form->addRadio('support-rating', 'Fair', 'Fair');
$form->addRadio('support-rating', 'Poor', 'Poor');
$form->addRadio('support-rating', 'Terrible', 'Terrible');
$form->printRadioGroup('support-rating', 'How would you rate our support ?', false, 'required');
$form->addHtml('
');
$form->addHtml('
');
$form->setCols(0, 12);
$form->addTextarea('comment', '', 'Do you have other comments for us ?');
$form->centerButtons(true);
$form->addBtn('submit', 'submit-btn', 1, 'Submit', 'class=btn btn-success ladda-button, data-style=zoom-in');
$form->endFieldset();
$form->addHtml('
* Required fields
');
// jQuery validation
$form->addPlugin('formvalidation', '#customer-feedback-form');
?>
Material Design Bootstrap 4 Customer Feedback Form - How to create PHP forms easily
printIncludes('css'); ?>
Php Form Builder - Material Design Bootstrap 4 Customer Feedback Form