comment #7
This commit is contained in:
parent
38d3adc58b
commit
ee0cc114e7
6 changed files with 49 additions and 54 deletions
|
|
@ -5,8 +5,7 @@ title = 'Zusatzmodule Organisationen'
|
|||
bestellformular = true
|
||||
+++
|
||||
|
||||
{{% section %}}
|
||||
{{% aligncenter %}}
|
||||
{{% section %}} {{% aligncenter %}}
|
||||
|
||||
#### Bestellformular
|
||||
|
||||
|
|
@ -31,7 +30,7 @@ bestellformular = true
|
|||
<input type="text" id="organisation" name="organisation" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="strasse">Strasse</label>
|
||||
<label for="strasse">Strasse und Hausnummer</label>
|
||||
<input type="text" id="strasse" name="strasse" required >
|
||||
</div>
|
||||
<div>
|
||||
|
|
@ -62,7 +61,7 @@ bestellformular = true
|
|||
<label class="hidden" for="gender">Geschlecht</label>
|
||||
<select id="gender" name="gender" required >
|
||||
<option value="weiblich">Frau</option>
|
||||
<option value="männlich">Mann</option>
|
||||
<option value="männlich">Herr</option>
|
||||
<option value="divers">Divers</option>
|
||||
</select>
|
||||
</div>
|
||||
|
|
@ -73,14 +72,14 @@ bestellformular = true
|
|||
<option value="franzoesisch">Französisch</option>
|
||||
</select>
|
||||
</div>
|
||||
<div>
|
||||
<label for="name">Nachname</label>
|
||||
<input type="text" id="name" name="name" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="vorname">Vorname</label>
|
||||
<input type="text" id="vorname" name="vorname" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="name">Nachname</label>
|
||||
<input type="text" id="name" name="name" required >
|
||||
</div>
|
||||
<div>
|
||||
<label for="ansprechpartner_telefon">Telefon</label>
|
||||
<input type="text" id="ansprechpartner_telefon" name="ansprechpartner_telefon" required >
|
||||
|
|
@ -95,6 +94,7 @@ bestellformular = true
|
|||
<div>
|
||||
<input type="text" id="age" name="age">
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div id="formPartTwo">
|
||||
<h5>Welche Erweiterungen möchten Sie hinzubuchen?</h5>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue