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
|
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
date = '2024-02-23T10:50:54Z'
|
date = '2024-02-23T10:50:54Z'
|
||||||
draft = false
|
draft = false
|
||||||
title = 'Zusatzmodule Organisationen'
|
title = 'Organisationen'
|
||||||
bestellformular = true
|
bestellformular = true
|
||||||
+++
|
+++
|
||||||
|
|
||||||
|
|
@ -99,7 +99,7 @@ bestellformular = true
|
||||||
**Bitte wählen Sie die Anzahl Benutzer für das Basismodul:**
|
**Bitte wählen Sie die Anzahl Benutzer für das Basismodul:**
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<select id="basisversion" name="basisversion" required >
|
<select id="licences-app" name="licences-app" required >
|
||||||
<option value="5 Lizenzen für CHF 1'959 im Jahr">5 Lizenzen für CHF 1'959 im Jahr</option>
|
<option value="5 Lizenzen für CHF 1'959 im Jahr">5 Lizenzen für CHF 1'959 im Jahr</option>
|
||||||
<option value="10 Lizenzen für CHF 2'610 im Jahr">10 Lizenzen für CHF 2'610 im Jahr</option>
|
<option value="10 Lizenzen für CHF 2'610 im Jahr">10 Lizenzen für CHF 2'610 im Jahr</option>
|
||||||
<option value="15 Lizenzen für CHF 3'330 im Jahr">15 Lizenzen für CHF 3'330 im Jahr</option>
|
<option value="15 Lizenzen für CHF 3'330 im Jahr">15 Lizenzen für CHF 3'330 im Jahr</option>
|
||||||
|
|
|
||||||
|
|
@ -103,11 +103,11 @@ function constructMessage()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form inputs von Organisation
|
// Form inputs von Organisation
|
||||||
$organisationPaket = filter_input(INPUT_POST, 'organisation-paket');
|
$licencesApp = filter_input(INPUT_POST, 'licences-app');
|
||||||
if (isset($organisationPaket))
|
if (isset($organisationPaket))
|
||||||
{
|
{
|
||||||
$message .= "<hr/><p><b>";
|
$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
|
// Form inputs von Erstbestellung
|
||||||
|
|
@ -162,18 +162,11 @@ function constructMessage()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form inputs von Organisation Zusatzmodule
|
// Form inputs von Organisation Zusatzmodule
|
||||||
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dienstplan');
|
$zusatzmodulDienstplan = filter_input(INPUT_POST, 'zusatzmodul-dbt');
|
||||||
if (isset($zusatzmodulDienstplan))
|
if (isset($zusatzmodulDienstplan))
|
||||||
{
|
{
|
||||||
$message .= "<hr/><p><b>";
|
$message .= "<hr/><p><b>";
|
||||||
$message .= "Zusatzmodul Dienstplan</b>: " . "<br/>" . $zusatzmodulDienstplan . "<br/></p>";
|
$message .= "Zusatzmodul Dienst-, Besuchs- und Tourenplan</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>";
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form inputs von Zusatzmodule FPP / ORG
|
// Form inputs von Zusatzmodule FPP / ORG
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue