Please read the statement of purpose at the bottom of this page and then place your initials in the box to show that you understand what our service is intended for.
';
$Rc = 0;
}
if ($Rc == 1)
{
include_once('../Code/Library/lib_Validator.php');
if (!Validator::ValidateEmail($_POST['Email']))
{
$Message .= '
Please verify your email address is correct
';
$Rc = 0;
}
else
{
// OK so we have the minimum required fields
// Generate a reference number
$RefNum = date("ym") . '-' . str_pad(rand(0, 9999), 4, '0', STR_PAD_LEFT);
$Body = 'Date - ' . date('m-d-Y') . "\nRef ID - " . $RefNum . "\n\n";
foreach($_POST as $Key => $Value)
{
$Body .= $Key . ' - ' . $Value . "\n\n";
}
mail('Render@designsbycm.com','RENDER REQUEST', $Body, 'From:server@designsbycm.com');
mail($_POST['Email'], "Artistic Renderings at C&M Consulting", "Dear " . $_POST['Name'] . ",\n\nThank you for your enquiry into our artistic renderings. We will review your information and contact you with any questions and an estimate shortly.\n\nKindest regards,\n\nMat Robinson\n\nC&M Consulting\n20 Adams Drive\nDenville, NJ 07834\n(973) 794-5188\nRender@designsbycm.com",'From:Render@designsbycm.com');
$Rc = 1;
header('Location: http://www.designsbycm.com/WhatWeDo/RenderingSuccess.php?RefID=' . $RefNum);
}
}
}
?>
Architectural, home improvements, artistic renderings - C&M Consulting
Please complete the form below to provide us with the information we require to give you a quote for your project. There is no commitment or obligation on your part by completing this application.