$emailTo = "info@ellcan.ca";
if (isset($_REQUEST["submit"])) {
$Name = $_REQUEST["aName"];
$email = $_REQUEST["fEmail"];
$ContactName = $_REQUEST["gContactName"];
$contactphone = join("-",$_REQUEST["hContactPhone2"]);
$address2 = $_REQUEST["iAddress2"];
$city2 = $_REQUEST["jCity2"];
$instructions = $_REQUEST["lInstructions"];
$description = $_REQUEST["oDescriptionofWork"];
$heard = $_REQUEST["qHeardAboutUs"];
$quote = $_REQUEST["QuoteOnly"] == "on" ? "Yes" : "No";
$confirmation = "Hello $ContactName,
".
"
We will contact you shortly to make arrangements. Thank you for choosing Ellcan Electric Ltd. We look forward to helping you with all your electrical installation and maintenance needs.
".
"Please note: If access to your electrical room is restricted, please have the key or notify the individual responsible for access prior to our initial site visit.
TEL: 604.464.1600 | FAX: 604.464.0151
EMAIL: info@ellcan.ca | WEB: http://www.ellcan.ca
Incoming Request
" ."Name: | $name |
Email: | |
Contact Name: | $ContactName |
Contact Phone: | $contactphone |
Address: | $address2 |
City: | $city2 |
Instructions: | $instructions |
Description of work: | $description |
How did you hear about us?: | $heard |
Quote only: | $quote |
|
---|