For more information..
Email Us !
info@langleyawning.com
Tel:
604-530-2554
Fax:
604-530-1382
Toll Free :
1-888-486-2291
Suite #304
20445-62 Ave
Langley BC
V3A5E6
CONTACT US
For
Awnings , Signs , Rollshutters , Rollscreens and more, come in and see us or fill out the form below and a
representative will visit you.
Langley Awning Company Ltd.
#304-20445 - 62nd Avenue
Langley, British Columbia
Canada V3A 5E6
Map of 20445 62 Avenue Langley, BC V3A, CA
Phone: 1-604-530-2554
Fax: 1-604-530-1382
Email: info@langleyawning.com
ON-LINE REQUEST FORM
Your information will be held in the
strictest confidence, will only be used for its intended purpose, will not be sold to a
mailing list, and does not obligate your company to buy.
Langley Awning Privacy Policy
";
echo "Please fill out your contact information in blank below \n";
print '
';
print ' ';
echo "Which product are you looking for? \n";
print ' ';
print '';
print ' ';
echo "Please let us know about your project in detail \n";
echo " \n";
echo " \n";
} else {
$subject = "WEB QUOTE REQUEST";
$comment = htmlspecialchars($comment, ENT_QUOTES);
$checkbox = htmlspecialchars($checkbox, ENT_QUOTES);
$message = htmlspecialchars($message, ENT_QUOTES);
$customer = htmlspecialchars($customer, ENT_QUOTES);
$organization = htmlspecialchars($organization, ENT_QUOTES);
$address = "info@langleyawning.com";
$street = htmlspecialchars($street, ENT_QUOTES);
$city = htmlspecialchars($city, ENT_QUOTES);
$province = htmlspecialchars($province, ENT_QUOTES);
$postalcode = htmlspecialchars($postalcode, ENT_QUOTES);
$phone = htmlspecialchars($phone, ENT_QUOTES);
$fax = htmlspecialchars($fax, ENT_QUOTES);
$email = htmlspecialchars($email, ENT_QUOTES);
$message ="HERE IS A QUOTE REQUEST FROM WEB SITE @ LANGLEYAWNING.COM"."\n"."\nNAME : ".$customer."\nORGANIZATION : ".$organization."\nSTREET : ".$street."\nCITY : ".$city."\nPROVINCE : ".$province."\nPOSTAL CODE : ".$postalcode."\nPHONE # : ".$phone."\nFAX # : ".$fax."\nE-MAIL : ".$email."\nPRODUCT : ".$checkbox."\nMESSAGE : ".$comment;
if(mb_send_mail($address,$subject,$message,$header)){
echo "Your request has been processed. Our sales representatives should contact to you
shortly. Thank You";
}else{
echo "ERROR FAIL";
}
}
?>