weitere Anpassungen an Bestellformularen
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m15s

This commit is contained in:
bettina 2024-12-23 14:17:06 +01:00
commit 49082e58b3
2 changed files with 2 additions and 3 deletions

View file

@ -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>
</select>
</div>
<div>
<label for="anmerkung">Bemerkung</label>
<textarea id="anmerkung" name="anmerkung" rows="4"></textarea>

View file

@ -104,10 +104,10 @@ function constructMessage()
// Form inputs von Organisation
$licencesApp = filter_input(INPUT_POST, 'licences-app');
if (isset($organisationPaket))
if (isset($licencesApp))
{
$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