search problem with form ...
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 59s
This commit is contained in:
parent
7b17e72475
commit
9d8288f915
1 changed files with 11 additions and 11 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue