weitere Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m14s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m14s
This commit is contained in:
parent
3788be5c32
commit
494986c197
2 changed files with 6 additions and 13 deletions
|
|
@ -103,11 +103,11 @@ function constructMessage()
|
|||
}
|
||||
|
||||
// Form inputs von Organisation
|
||||
$organisationPaket = filter_input(INPUT_POST, 'organisation-paket');
|
||||
$licencesApp = filter_input(INPUT_POST, 'licences-app');
|
||||
if (isset($organisationPaket))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= "Organisation Paket</b>" . "<br/>" . $organisationPaket . "<br/></p>";
|
||||
$message .= "Lizenzen für das Basismodul:</b>" . "<br/>" . $licencesApp . "<br/></p>";
|
||||
}
|
||||
|
||||
// Form inputs von Erstbestellung
|
||||
|
|
@ -162,18 +162,11 @@ function constructMessage()
|
|||
}
|
||||
|
||||
// Form inputs von Organisation Zusatzmodule
|
||||
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dienstplan');
|
||||
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt');
|
||||
if (isset($zusatzmodulDienstplan))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= "Zusatzmodul Dienstplan</b>: " . "<br/>" . $zusatzmodulDienstplan . "<br/></p>";
|
||||
}
|
||||
|
||||
$zusatzmodulTourenplan = filter_input(INPUT_POST, 'zusatzmodul-tourenplan');
|
||||
if (isset($zusatzmodulTourenplan))
|
||||
{
|
||||
$message .= "<hr/><p><b>";
|
||||
$message .= "Zusatzmodul Tourenplan</b>: " . "<br/>" . $zusatzmodulTourenplan . "<br/></p>";
|
||||
$message .= "Zusatzmodul Dienst-, Besuchs- und Tourenplan</b>: " . "<br/>" . $zusatzmodulDienstplan . "<br/></p>";
|
||||
}
|
||||
|
||||
// Form inputs von Zusatzmodule FPP / ORG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue