form validate

master
Andy 2020-02-18 20:36:26 +01:00
parent 0b7253b93d
commit 1853389f2b
1 changed files with 2 additions and 2 deletions

View File

@ -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>