From 7e1320ee9ffcec88beca3a0d680befeb871c4106 Mon Sep 17 00:00:00 2001
From: bettina
";
}
$message .= "
";
-// $message .= ( $lang == "FR" ? "Personne de contact pour la commande" : "Kontaktperson für die Bestellung");
-// $message .= "
";
-// if ( isset( $_POST['gender'] ) )
-// {
-// $message .= filter_input(INPUT_POST, 'gender') . " ";
-// }
-// if (isset($_POST['vorname']))
-// {
-// $message .= filter_input(INPUT_POST, 'vorname') . " ";
-// }
-// if (isset($_POST['name']))
-// {
-// $message .= filter_input(INPUT_POST, 'name') . "
";
-// }
-// if (isset($_POST['ansprechpartner_telefon']))
-// {
-// $message .= ( $lang == "FR" ? "Téléphone: " : "Telefon: ");
-// $message .= filter_input(INPUT_POST, 'ansprechpartner_telefon') . "
";
-// }
-// if (isset($_POST['ansprechpartner_email']))
-// {
-// $message .= ( $lang == "FR" ? "E-mail: " : "E-Mail: ");
-// $message .= filter_input(INPUT_POST, 'ansprechpartner_email') . "
";
-// }
-// }
-//
-// // Form inputs von Schulungstermin
-// $schulungstermin = filter_input(INPUT_POST, 'schulungstermin');
-// if (isset($schulungstermin))
-// {
-// $message .= "Schulungstermin: " . "
" . $schulungstermin . "
";
-// }
-//
-// // Form inputs von Organisation
-// $organisationPaket = filter_input(INPUT_POST, 'organisation-paket');
-// if (isset($organisationPaket))
-// {
-// $message .= "Organisation Paket: " . "
" . $organisationPaket . "
";
-// }
-// // Form inputs von Organisation Zusatzmodule
-// $zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dienstplan');
-// if (isset($zusatzmodulDienstplan))
-// {
-// $message .= "Zusatzmodul Dienstplan: " . "
" . $zusatzmodulDienstplan . "
";
-// }
-//
-// $zusatzmodulTourenplan = filter_input(INPUT_POST, 'zusatzmodul-tourenplan');
-// if (isset($zusatzmodulTourenplan))
-// {
-// $message .= "Zusatzmodul Tourenplan: " . "
" . $zusatzmodulTourenplan . "
";
-// }
-//
+ if (isset($organisation))
+ {
+ $message .= "
";
+ $message .= ( $lang == "FR" ? "Personne de contact pour la commande" : "Kontaktperson für die Bestellung");
+ $message .= "
";
+ if ( isset( $_POST['gender'] ) )
+ {
+ $message .= filter_input(INPUT_POST, 'gender') . " ";
+ }
+ if (isset($_POST['vorname']))
+ {
+ $message .= filter_input(INPUT_POST, 'vorname') . " ";
+ }
+ if (isset($_POST['name']))
+ {
+ $message .= filter_input(INPUT_POST, 'name');
+ }
+ $message .= "
";
+ if (isset($_POST['ansprechpartner_telefon']))
+ {
+ $message .= ( $lang == "FR" ? "Téléphone: " : "Telefon: ");
+ $message .= filter_input(INPUT_POST, 'ansprechpartner_telefon') . "
";
+ }
+ if (isset($_POST['ansprechpartner_email']))
+ {
+ $message .= ( $lang == "FR" ? "E-mail: " : "E-Mail: ");
+ $message .= filter_input(INPUT_POST, 'ansprechpartner_email') . "
";
+ }
+ }
+
+ // Form inputs von Organisation
+ $organisationPaket = filter_input(INPUT_POST, 'organisation-paket');
+ if (isset($organisationPaket))
+ {
+ $message .= "
";
+ $message .= "Organisation Paket" . "
" . $organisationPaket . "
";
$message .= ( $lang == "FR" ? "Avez-vous besoin du programme de soins post-nataux?" : "Benötigen Sie die Wochenbett-Version?");
- $message .= "
" . $wochenbett . "
";
+ $message .= "
" . $wochenbett . "