hide inputs wiht language
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 56s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 56s
This commit is contained in:
parent
32245b2a84
commit
c9365d0b77
3 changed files with 5 additions and 2 deletions
|
|
@ -47,7 +47,7 @@ bestellformular = true
|
||||||
<input type="text" id="hobbies" name="hobbies" >
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" id="sprache" name="sprache" value="FR">
|
<input type="hidden" id="sprache" name="sprache" value="FR">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="strasse">Rue et numéro d'huis</label>
|
<label for="strasse">Rue et numéro d'huis</label>
|
||||||
|
|
|
||||||
|
|
@ -49,7 +49,7 @@ kommentar = 'age und hobbies sind honeypots'
|
||||||
<input type="text" id="hobbies" name="hobbies" >
|
<input type="text" id="hobbies" name="hobbies" >
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<input type="text" id="sprache" name="sprache" value="DE">
|
<input type="hidden" id="sprache" name="sprache" value="DE">
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="strasse">Strasse und Hausnummer</label>
|
<label for="strasse">Strasse und Hausnummer</label>
|
||||||
|
|
|
||||||
|
|
@ -29,6 +29,9 @@ bestellformular = true
|
||||||
<label for="organisation">Name der Organisation</label>
|
<label for="organisation">Name der Organisation</label>
|
||||||
<input type="text" id="organisation" name="organisation" required >
|
<input type="text" id="organisation" name="organisation" required >
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
|
<input type="hidden" id="sprache" name="sprache" value="DE">
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<label for="strasse">Strasse und Hausnummer</label>
|
<label for="strasse">Strasse und Hausnummer</label>
|
||||||
<input type="text" id="strasse" name="strasse" required >
|
<input type="text" id="strasse" name="strasse" required >
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue