setBackgroundImage("en/contact.jpg"); $s->header("en"); if ($_SERVER["REQUEST_METHOD"] == "POST") { $versand = true; // Felder prüfen und Mail versenden! foreach($contactRequired as $field) { $$field = $_REQUEST[$field]; $versand &= $_REQUEST[$field] != ''; $errorClass[$field] = $_REQUEST[$field] == '' ? " fehler" : ""; } if ($versand) { $mailbody = new Template($cfg["root"]."tpl/kontakt.tpl"); while (list ($field, $value) = each ($_REQUEST)) { $mailbody->AddPlaceholder("%".strtoupper($field)."%", $value); } $bestellung_body = $mailbody->render(); mail($contactMailTo, $contactSubject, $bestellung_body, "From: ".$contactFrom); } } ?>
More Luxpanel?
You have questions or want to learn more about Luxpanel and LUXBOARD? We will be happy to e-mail, by phone or in person and look forward to your feedback

T. +49(0)65 61/94 64 20 | info[at]luxpanel.de
Contact sheet:
Company *
E-Mail *
Message
* Mandatory input
Thank you for your message.

We will contact you as soon as possible.
footer(); ?>