if (isset($Submit)) {
if (empty($name) || empty($email) || empty($phone) || empty($comments)) {
$Msg = "One or more fields were left blank, please fill in all fields before submitting.";
} else {
$sendTo = "web_contact@incredabowl.com";
$subject = "Website Contact Form";
$headers = "From: ".$name."<".$email.">\r\n";
$headers .= "Reply-To: ".$email."\r\n";
$headers .= "Return-Path: ".$email;
$message = "This information comes to you from the contact form at Incredabowl.com. The following information was submitted:
Name: $name
Email: $email
Phone: $phone
Questions/Comments:
-------------------------------------------------------
$comments
";
mail($sendTo, $subject, $message, $headers);
header("Location: contact_success.php?menu=6");
}
}
?>
|
 |
|
|
To book your event or find out more about our services, please e-mail sales@incredabowl.com or give us a call at (913) 851-1700.
|
|
| |