If you have any questions about booking your stay in Cabarete, please feel free to contact us.
Jerry & Norma Dworkin
610-996-2018 (USA)
info@cabaretedream.com
If you would like to request a reservation, please fill out the form below. |
|
} else { ?>
// Process form and send email
$datefrom = $_REQUEST["datefrom"];
$dateto = $_REQUEST["dateto"];
$adults = $_REQUEST["adults"];
$children = $_REQUEST["children"];
$ages = $_REQUEST["ageofchildren"];
$name = $_REQUEST["name"];
$email = $_REQUEST["email"];
$address = $_REQUEST["address"];
$phone = $_REQUEST["phone"];
$comments = $_REQUEST["comments"];
$subject = "Request a Reservation";
$message .= "The following information was submitted from the Contact Us form.\r\n\r\n";
$message .= "Date From: ".$datefrom."\r\n";
$message .= "Date To: ".$dateto."\r\n";
$message .= "Adults: ".$adults."\r\n";
$message .= "Children: ".$children."\r\n";
$message .= "Age of Children: ".$ages."\r\n";
$message .= "Name: ".$name."\r\n";
$message .= "Email: ".$email."\r\n";
$message .= "Address: ".$address."\r\n";
$message .= "Phone: ".$phone."\r\n\r\n";
$message .= "Comments: ".$comments."\r\n";
$ThisEmail = "info@cabaretedream.com";
//$ThisEmail = "rlowe@ccnsolutions.net";
$headers = "From: Cabaret Condo Web Visitor";
// Send the message
$ok = @mail($ThisEmail, $subject, $message, $headers);
?>
Thank you!
We have received your message and will contact you soon.
} ?>
|