$source = "techsupport"; $first_name = ""; $last_name = ""; $email = ""; $comments = ""; $receive_updates = ""; if ($_POST[first_name] != "") { $first_name = $_POST[first_name]; } if ($_POST[last_name] != "") { $last_name = $_POST[last_name]; } if ($_POST[email] != "") { $email = $_POST[email]; } if ($_POST[comments] != "") { $comments = $_POST[comments]; } if ($_POST[receive_updates] != "") { $receive_updates = $_POST[receive_updates]; } if ($receive_updates == "yes") { $receive_selected = "checked"; } else { $receive_selected = ""; } $page_name = "front"; $spage_name = "contact"; $title = "Contact Cheri"; ?>
|
Contact Us: Technical Support CHERI is here to help you with any technical problems you may encounter when using the CHERI site. If you have questions or problems, please fill out the form below and we'll do our best to get back to you. |
