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

@ -47,7 +47,7 @@ bestellformular = true
<input type="text" id="hobbies" name="hobbies" >
</div>
<div>
<input type="text" id="sprache" name="sprache" value="FR">
<input type="hidden" id="sprache" name="sprache" value="FR">
</div>
<div>
<label for="strasse">Rue et numéro d'huis</label>

View file

@ -49,7 +49,7 @@ kommentar = 'age und hobbies sind honeypots'
<input type="text" id="hobbies" name="hobbies" >
</div>
<div>
<input type="text" id="sprache" name="sprache" value="DE">
<input type="hidden" id="sprache" name="sprache" value="DE">
</div>
<div>
<label for="strasse">Strasse und Hausnummer</label>

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 >