| Ecomoto Montréal Electric Scooters |

|
| Contact Information: |
| Store: |
1740 Notre-Dame O.
Montréal Qc.
Canada, H3J 1M3 |
| Toll Free: |
1.866.948.MOTO |
| Phone: |
514.846.9333 |
| Email: |
info@ecomoto.ca |
| |
Click on the map for directions |
| Store Hours: |
| Tuesday & Friday: |
3pm to 6pm |
| Thursday: |
11am to 6pm |
| Saturday: |
11am to 5pm |
| Sunday, Monday and wednesday : |
closed |
|
$sf = $_POST['sf'];
if (isset($sf)){
//send the email and show the message
//get the vars
$vname = $_POST['vname'];
$email = $_POST['email'];
$comments = stripcslashes($_POST['comments']);
//set the email
$to = "info@ecomoto.ca";
$from = "info@ecomoto.ca";
$subject = "Contact from website";
$message = "
You received this email from ".$vname." (Click on email address to reply). ";
$message .= "". $comments . "
|
";
$headers = "From: $from \r\n";
$headers .= "Content-type: text/html\r\n";
// now lets send the email
@mail($to, $subject, $message, $headers);
?>
| We would like to hear your comments and suggestions |
| Feel free to contact us with any questions, comments or suggestions: |
|
Your message has been sent. Thank you.
|
|
}else{
//show the form
?>
}?>