add selection of cantons to form
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m1s
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m1s
This commit is contained in:
parent
955e80eb66
commit
39beb29a4a
1 changed files with 24 additions and 6 deletions
|
|
@ -91,8 +91,8 @@ kommentar = 'age und hobbies sind honeypots'
|
|||
<input type="text" id="servername" name="servername" placeholder="name" required >
|
||||
</div>
|
||||
<div>
|
||||
<h5>In welchen Kantonen haben Sie eine Bewilligung oder haben eine Bewilligung beantragt?</h5><br>
|
||||
<table>
|
||||
<h5>In welchen Kantonen haben Sie eine Bewilligung oder haben eine Bewilligung beantragt?</h5>
|
||||
<table cellpadding="3">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" id="AG" name="AG" value="AG: Aargau">
|
||||
|
|
@ -121,12 +121,30 @@ kommentar = 'age und hobbies sind honeypots'
|
|||
<label for="BS">BS: Basel-Stadt</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="AR" name="AR" value="AR: Appenzell Ausserrhoden">
|
||||
<label for="AR">AR: Appenzell Ausserrhoden</label>
|
||||
<input type="checkbox" id="FR" name="FR" value="FR: Freiburg">
|
||||
<label for="FR">FR: Freiburg</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="BE" name="BE" value="BE: Bern">
|
||||
<label for="BE">BE: Bern</label>
|
||||
<input type="checkbox" id="GE" name="GE" value="GE: Genf">
|
||||
<label for="GE">GE: Genf</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<input type="checkbox" id="GL" name="GL" value="GL: Glarus">
|
||||
<label for="GL">GL: Glarus</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="GR" name="GR" value="GR: Graubünden">
|
||||
<label for="GR">GR: Graubünden</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="JU" name="JU" value="JU: Jura">
|
||||
<label for="JU">JU: Jura</label>
|
||||
</td>
|
||||
<td>
|
||||
<input type="checkbox" id="LU" name="LU" value="LU: Luzern">
|
||||
<label for="LU">LU: Luzern</label>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue