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