This commit is contained in:
Andreas Hnida 2024-04-18 23:35:04 +02:00
commit ee0cc114e7
6 changed files with 49 additions and 54 deletions

View file

@ -6,8 +6,7 @@ translationKey = "zusatzmodule-freiberufliche"
bestellformular = true
+++
{{% section %}}
{{% aligncenter %}}
{{% section %}} {{% aligncenter %}}
#### Bestellformular
@ -29,7 +28,7 @@ bestellformular = true
<label class="hidden" for="gender">Geschlecht</label>
<select id="gender" name="gender" required >
<option value="weiblich">Frau</option>
<option value="männlich">Mann</option>
<option value="männlich">Herr</option>
<option value="divers">Divers</option>
</select>
</div>
@ -40,19 +39,19 @@ bestellformular = true
<option value="franzoesisch">Französisch</option>
</select>
</div>
<div>
<label for="name">Nachname</label>
<input type="text" id="name" name="name" required >
</div>
<div>
<label for="vorname">Vorname</label>
<input type="text" id="vorname" name="vorname" required >
</div>
<div>
<label for="name">Nachname</label>
<input type="text" id="name" name="name" required >
</div>
<div>
<input type="text" id="hobbies" name="hobbies" autocomplete="off">
</div>
<div>
<label for="strasse">Strasse</label>
<label for="strasse">Strasse und Hausnummer</label>
<input type="text" id="strasse" name="strasse" required >
</div>
<div>
@ -97,6 +96,7 @@ bestellformular = true
<button id="bestellformular-btn" type="submit" class="submitbutton text-white mx-auto submit-after-valid-captcha-bak">Kostenpflichtig bestellen</button>
<div id="notification" class="bg-blue-500 text-white rounded invisible opacity-0 hidden">Notification</div>
</div>
</form>
{{% /section %}}