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>
|
||||
|
|
Loading…
Reference in New Issue