|
ORDER AN APPRAISAL
if (isset ($_POST['Submit'])) {
$body = "\nAn appraisal order has been submitted on the Value Logic web site.\n\nName: ".$Name."\nE-mail: ".$Email."\nPhone: ".$Phone."\nType of Appraisal: ".$R1."\n\nMessage:\n\n".$message;
$to = "dwillson@q1.com";
$subject = "Valuelogic.org Appraisal Order";
mail($to,$subject,$body);
?>
Thank you for your Value Logic appraisal order. We'll respond to you in 24 hours. If you need immediate attention contact us by telephone at 509.928.8186
}
else {
?>
Use this form to order a Value Logic appraisal. We'll respond to you within 24 hours. If you need immediate attention contact us by telephone at 509.928.8186.
}
?>
|