Tel. 519-489-2574   sales@tcindustrialsupply.com
Attention! Please enter your name.
'; } else if(trim($email) == '') { $error = '
Attention! Please enter a valid email address.
'; // Configuration option. // Remove the // tags below to active phone number. } else if(trim($phone) == '') { $error = '
Attention! Please enter your phone number .
'; } else if(!isEmail($email)) { $error = '
Attention! You have enter an invalid e-mail address, try again.
'; } if(trim($verify) == '') { $error = '
Attention! Please enter the verification word.
'; } else if(trim($verify) != 'BLue') { $error = '
Attention! The verification word you entered is incorrect.
'; } if($error == '') { if(get_magic_quotes_gpc()) { $comments = stripslashes($comments); } // Configuration option. // Enter the email address that you want to emails to be sent to. // Example $address = "joe.doe@yourdomain.com"; $address = "sales@tcindustrialsupply.com"; // Configuration option. // i.e. The standard subject will appear as, "You've been contacted by John Doe." // Example, $e_subject = '$name . ' has contacted you via Your Website.'; $e_subject = 'TC Industrial Supply - Online Form'; // Configuration option. // You can change this if you feel that you need to. // Developers, you may wish to add more fields to the form, in which case you must be sure to add them here. $e_body = "Name: $name\r\n\nEmail: $email\r\n\nPhone: $phone\r\n\n"; $e_content = "Comments: \r\n\n$comments\r\n\n--------------------------------------------------------------------\r\n\nThis mail is sent via contact form on TC Industrial Supply website."; $msg = $e_body . $e_content . $e_newsletter; mail($address, $e_subject, $msg, "From: $email\r\nReply-To: $email\r\nReturn-Path: $email\r\n"); // Email has sent successfully, echo a success page. echo "
"; echo "

Email Sent Successfully

"; echo "

Thank you $name, your message has been sent.

A representative will assist you within 1-2 business days.

"; echo "
"; } } if(!isset($_POST['contactus']) || $error != '') // Do not edit. { ?>

Contact Us









 

TC Industrial Supply Inc.

Kitchener, Ontario

154 Otonabee Dr.
Kitchener, ON N2C 1L6
Tel: 519-489-2574
Fax: 519-894-3732
sales@tcindustrialsupply.com


View Larger Map

Calgary, Alberta

363-918-16 Avenue NW
Calgary, AB T2M 0K3
Tel: 403-775-6745
Fax: 519-894-3732
sales@tcindustrialsupply.com