hide inputs wiht language
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 56s

This commit is contained in:
bettina 2024-06-26 17:48:49 +02:00
commit c9365d0b77
3 changed files with 5 additions and 2 deletions

View file

@ -29,6 +29,9 @@ bestellformular = true
<label for="organisation">Name der Organisation</label>
<input type="text" id="organisation" name="organisation" required >
</div>
<div>
<input type="hidden" id="sprache" name="sprache" value="DE">
</div>
<div>
<label for="strasse">Strasse und Hausnummer</label>
<input type="text" id="strasse" name="strasse" required >