Email Sent

Thank you for contacting us!

Your information has been Emailed to us and you have been CC'ed on the Email. If you do not receive your copy within 12 hours or you do not hear back from us within three business days, then please contact us at canopenstoresales@esacademy.com.

Contact Us

Please fill in the form below. * = required information.

$errors

"; } ?>
Message Details:
Subject:
Product:
Activation Code:
If applicable. Required for support *
Message:
 
About You
* Your Name:
Your Title:
Your Company:
Your Company Address: 
* Your Email Address:
* Re-enter Your Email Address:
Your Phone Number:
  CAPTCHA Image  New image | Play
* Enter the validation text above:
Note - Embedded Systems Academy's products and services are only available to registered companies. By clicking on Send below you accept on behalf of yourself and your employer that the data entered is emailed to and stored by Embedded Systems Academy.
check($_POST['captcha_code']) == false) { $errors = "Please enter the validation text."; return false; } return true; } function validate_input() { global $errors; global $title; global $company; global $address; global $phone; global $msgsubject; global $product; global $actcode; global $message; $title = htmlentities(strip_tags(stripslashes($title))); $company = htmlentities(strip_tags(stripslashes($company))); $address = htmlentities(strip_tags(stripslashes($address))); $phone = htmlentities(strip_tags(stripslashes($phone))); $msgsubject = htmlentities(strip_tags(stripslashes($msgsubject))); $product = htmlentities(strip_tags(stripslashes($product))); $actcode = htmlentities(strip_tags(stripslashes($actcode))); $message = htmlentities(strip_tags(stripslashes($message))); if (validate_contactdetails() == false) { return false; } return true; } function submit_input() { global $name; global $title; global $company; global $address; global $email; global $email2; global $phone; global $msgsubject; global $product; global $actcode; global $message; global $emailregular; global $emailsupport; $headers = "CC: $email\r\nFrom: sales@canopenstore.com (The CANopen Store)\r\nReply-to: $email\r\n"; $subject = "[The CANopen Store] $msgsubject"; $msg = "Name: $name\n"; $msg .= "Title: $title\n"; $msg .= "Company: $company\n"; $msg .= "Address:\n$address\n"; $msg .= "Email: $email\n"; $msg .= "Phone: $phone\n\n"; $msg .= "Product:\n$product\n"; $msg .= "Activation Code:\n$actcode\n"; $msg .= "Message:\n$message\n"; mail($emailregular, $subject, $msg, $headers); thanks(); } ?>