'; $error = false; // determine is the form was submitted $submit = $_POST['submit']; if (empty($submit)) $form_submitted = false; else $form_submitted = true; if ($form_submitted) { // read out data $name = $_POST['name']; $company = $_POST['company']; $email = $_POST['email']; $phone = $_POST['phone']; $subject = $_POST['subject']; $message = $_POST['message']; // verify required data if(!$name) { $error_msg .= "
Contact UsThank you for your feedback, . This is the information you submitted:" . $error_msg . "\n"; } ?> Please fill out and submit the form on this page to contact us. We will get back to you as soon as we can. Note that fields marked with (*) are required fields. |