Customer Feedback Form



Please use this form to send us any questions or comments that you may have for us. This will allow us to better serve you .

* indicates a required field to fill in information


'; print_r($_POST); echo ''; include dirname(__FILE__).'/contact-app/parse2.php'; } ?>

Feedback Form

>
$value) { $name = $value['name']; $mandatory = $value['mandatory']; $type = $value['type']; $attributes = $value['attributes']; $classAttribute = ($mandatory == 1) ? 'class="required" ' : ''; $attributes_html = ''; if(is_array($formFields[$key]['attributes'])) { foreach($formFields[$key]['attributes'] as $attribute => $value) { $attributes_html .= $attribute.'="'.$value.'" '; } } ?>
type="text" name="" id="" value="" />



 
 

Submitting...