weitere Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m15s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m15s
This commit is contained in:
parent
494986c197
commit
49082e58b3
2 changed files with 2 additions and 3 deletions
|
|
@ -154,7 +154,6 @@ bestellformular = true
|
||||||
<option value="Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF">Ja, Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF</option>
|
<option value="Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF">Ja, Zusatzmodul Perigon, Aufschaltgebühr einmalig 500.00 CHF</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="anmerkung">Bemerkung</label>
|
<label for="anmerkung">Bemerkung</label>
|
||||||
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>
|
||||||
|
|
|
||||||
|
|
@ -104,10 +104,10 @@ function constructMessage()
|
||||||
|
|
||||||
// Form inputs von Organisation
|
// Form inputs von Organisation
|
||||||
$licencesApp = filter_input(INPUT_POST, 'licences-app');
|
$licencesApp = filter_input(INPUT_POST, 'licences-app');
|
||||||
if (isset($organisationPaket))
|
if (isset($licencesApp))
|
||||||
{
|
{
|
||||||
$message .= "<hr/><p><b>";
|
$message .= "<hr/><p><b>";
|
||||||
$message .= "Lizenzen für das Basismodul:</b>" . "<br/>" . $licencesApp . "<br/></p>";
|
$message .= "Lizenzen Basismodul VeruA App:</b>" . "<br/>" . $licencesApp . "<br/></p>";
|
||||||
}
|
}
|
||||||
|
|
||||||
// Form inputs von Erstbestellung
|
// Form inputs von Erstbestellung
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue