search problem with form ...
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s

This commit is contained in:
bettina 2024-06-28 14:42:06 +02:00
commit 9d8288f915

View file

@ -20,7 +20,7 @@ function constructMessage()
} else
{
$message .= "<p><b>";
$message .= ( $lang == "FR" ? "Vos données d'organisation" : "Ihre Organisations-Daten");
$message .= ( $lang == "FR" ? "Vos coordonnées" : "Ihre Kontaktdaten");
$message .= "</b></p><p>";
if ( isset( $_POST['gender'] ) )
{
@ -119,16 +119,16 @@ function constructMessage()
// $message .= "Zusatzmodul Tourenplan: " . "<br/>" . $zusatzmodulTourenplan . "<br/><br/>";
// }
//
// // Form inputs von Erstbestellung
// $bestehend = filter_input(INPUT_POST, 'bestehend');
// if (isset($bestehend))
// {
// $message .= "<hr/><p><b>"
// $message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
// : "Gewählte Applikations-Version");
// $message .= "</b><br/>"
// $message .= $bestehend . "</br>";
// }
// Form inputs von Erstbestellung
$bestehend = filter_input(INPUT_POST, 'bestehend');
if (isset($bestehend))
{
$message .= "<hr/><p><b>"
$message .= ( $lang == "FR" ? "Sélectionnée la version d'application"
: "Gewählte Applikations-Version");
$message .= "</b><br/>"
$message .= $bestehend . "</br>";
}
//
// $servername = filter_input(INPUT_POST, 'servername');
// if (isset($servername))