Bestellformular vereinheitlicht

This commit is contained in:
Andreas Hnida 2024-03-21 17:14:46 +01:00
commit 0927f5c6c3
5 changed files with 10 additions and 10 deletions

View file

@ -20,7 +20,7 @@ title = 'Organisationen'
{{% /aligncenter %}}
<form action="https://verua.dev-1.andreashnida.de/php/ajaxmail.php" method="POST" id="formular">
<form action="https://verua.dev-1.andreashnida.de/php/ajaxmail.php" method="POST" id="bestellformular">
<div id="formPartOne">
<input type="hidden" name="formularart" value="Bestellformular Organisationen">
<h5>Bitte tragen Sie die Daten Ihrer Spitex-Organisation ein</h5>
@ -57,7 +57,7 @@ title = 'Organisationen'
</div>
<h5>Bitte tragen Sie die Daten einer Kontaktperson ein</h5>
<div>
<label for="gender">Geschlecht</label>
<label class="hidden" for="gender">Geschlecht</label>
<select id="gender" name="gender" required >
<option value="weiblich">Frau</option>
<option value="männlich">Herr</option>