form validate
parent
0b7253b93d
commit
1853389f2b
|
@ -20,7 +20,7 @@
|
|||
<input type="text" id="vorname" name="vorname" placeholder="Ihr Vorname" required
|
||||
autofocus tabindex="1">
|
||||
<label for="nachname">Nachname: *</label>
|
||||
<input type="text" id="nachname" id="nachname"placeholder="Ihr Nachname" required tabindex="2">
|
||||
<input type="text" id="nachname" placeholder="Ihr Nachname" required tabindex="2">
|
||||
<label for="str">Strasse: *</label>
|
||||
<input type="text" id="str" name="str" placeholder="Strasee / Nr." required tabindex="3">
|
||||
<label for="plz">Postzeitzahl: *</label>
|
||||
|
@ -50,7 +50,7 @@
|
|||
<fieldset>
|
||||
<legend>Zahlung</legend>
|
||||
<label for="bar">Barzahlung</label>
|
||||
<input type="radio" name="zahl" id="bar"value="Barzahlung" checked>
|
||||
<input type="radio" name="zahl" id="bar" value="Barzahlung" checked>
|
||||
<label for="karte">Kartenzahlung</label>
|
||||
<input type="radio" name="zahl" id="karte" value="Kartenzahlung">
|
||||
<label for="twint">Twint</label>
|
||||
|
|
Loading…
Reference in New Issue