Contact

Wij staan u
graag te woord.

Neem gerust contact met ons op.

Telefoon: +31(0)85 0030085
Fax: +31(0)85 0030200

E-mail algemeen:
info@amproducts.eu

E-mail onderhoud:
service@amproducts.eu

Pand
Let op! Vul hier uw naam in.
'; } else if(trim($email) == '') { $error = '
Let op! Vul een geldig email adres in.
'; // Configuration option. // Remove the // tags below to active phone number. //} else if(!is_numeric($phone)) { // $error = '
Attention! Phone number can only contain digits.
'; } else if(!isEmail($email)) { $error = '
Let op! Vul een geldig email adres in.
'; } 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 = "info@amproducts.eu"; // 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 = 'Contact formulier aanvraag door: ' . $naam . '.'; // 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 = "Er is contact opgenomen door $naam, met betrekking tot $onderwerp.\r\n\n"; $e_content = "Naam: $naam\n"; $e_content .= "Email: $email\n"; $e_content .= "Telefoon: $telefoon\n\n"; $e_content .= "Waar gaat het om?: $onderwerp\n"; $e_content .= "Wat wilt u vervolgens ontvangen?: $ontvangen\n\n"; $e_content .= "Opmerkingen: $opmerkingen\n"; $msg = $e_body . $e_content; 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 "

Uw email is succevol verzonden!

"; echo "

Bedankt $naam, uw bericht is ingediend bij ons.

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