Apply
for a Loan |
| |
 |
If you are a current Battlefield Homes
customer and you need customer support, please call us or submit
your questions to us by completing the form below.
We will contact you as soon as possible. |
|
if ($send == "yes"){
$msg = "BATTLEFIELD HOMES - CUSTOMER SUPPORT FORM \n";
$msg .= "Community: $community\n";
$msg .= "Lot Number: $lot_num\n";
$msg .= "Move In Date: $movein \n";
$msg .= "Is this your first notification of the problem or question? $notification \n";
$msg .= "Have you contacted the craftsman on your sub-contractor list? $craftsman \n";
$msg .= "If so, what was the result of the contact? $craftsman_result \n";
$msg .= "Description: $description \n";
$msg .= "Email: $clientemail \n";
$msg .= "Client Name: $name \n";
$msg .= "Day Time Phone: $phoneday \n";
$msg .= "Night Time Phone: $phonenight \n\n";
$to = "crete455@aol.com";
$subject= "BATTLEFIELD HOMES - CUSTOMER SUPPORT FORM";
$mailheaders = "From: BATTLEFIELDHOMES.COM <> \n";
$mailheaders .= "Reply -To: $clientemail\n\n";
mail($to,$subject,$msg,$mailheaders);
}
?> |