opimize forms, correct error, change text
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 57s

This commit is contained in:
bettina 2024-06-27 13:34:57 +02:00
commit 9c8edb951d
5 changed files with 32 additions and 62 deletions

View file

@ -34,13 +34,6 @@ bestellformular = true
<option value="">Keine Angabe</option>
</select>
</div>
<div>
<label for="sprache">Sprache</label>
<select id="sprache" name="sprache" required >
<option value="deutsch">Deutsch</option>
<option value="franzoesisch">Französisch</option>
</select>
</div>
<div>
<label for="vorname">Vorname</label>
<input type="text" id="vorname" name="vorname" required >
@ -49,6 +42,9 @@ bestellformular = true
<label for="name">Nachname</label>
<input type="text" id="name" name="name" required >
</div>
<div>
<input type="hidden" id="sprache" name="sprache" value="DE">
</div>
<div>
<input type="text" id="hobbies" name="hobbies" autocomplete="off">
</div>
@ -74,18 +70,14 @@ bestellformular = true
<div>
<input type="verify_email" id="verify_email" name="verify_email" autocomplete="off">
</div>
<div id="zsr-tooltip" data-tooltip="Bitte geben Sie eine gültie ZSR-Nummer, oder 'beantragt' ein.">
<label for="zsr_nummer">ZSR Nummer</label>
<input type="text" id="zsr_nummer" name="zsr_nummer" required >
</div>
<div><br><br>
<h5>Welche Erweiterungen möchten Sie hinzubuchen?</h5><br>
<div id="checkbox-group">
<input type="checkbox" id="zusatzmodul-pop2" name="zusatzmodul-pop2" value="Ja">
<label for="zusatzmodul-pop2">Zusatzmodul POP2 für 480 CHF</label>
<label for="zusatzmodul-pop2">Bereitstellung, einmalig 438.00 CHF, jährliche Lizenzkosten 42.00 CHF</label>
<br>
<input type="checkbox" id="zusatzmodul-materialverwaltung" name="zusatzmodul-materialverwaltung" value="Ja">
<label for="zusatzmodul-materialverwaltung">Zusatzmodul Materialverwaltung für 480 CHF</label>
<label for="zusatzmodul-materialverwaltung">Zusatzmodul Material - Bereitstellung, einmalig 342.00 CHF, Jährliche Lizenzkosten 138.00 CHF</label>
<br>
<input type="checkbox" id="zusatzmodul-qr-code" name="zusatzmodul-qr-code" value="Ja">
<label for="zusatzmodul-qr-code">Zusatzmodul QR-Code für 36.00 CHF jährlich, Ausschaltgebühr einmalig pro Instanz 50.00 CHF</label>