Skip to content

Commit

Permalink
hotfixi
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphRiots committed Dec 17, 2022
1 parent 08bab75 commit 3c51fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion form.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ <h1 id="app">Bitte trage deine vollständigen Angaben ein!</h1>
<!-- <label for ="age"> Alter (Zwischen 1 und 99):</label><br>
<input type ="number" id="age" name="age" min="1000" max="99" required>*<br><br> -->

<button onclick= " return valGender();valVorName(); valNachName(); valEmail(); valPlz()" type="submit" form="form1" value="Submit">Validieren</button>
<button onclick= " valGender();valVorName(); valNachName(); valEmail(); valPlz()" type="submit" form="form1" value="Submit">Validieren</button>
<input type="Reset">
</fieldset>
</form>
Expand Down

0 comments on commit 3c51fe2

Please sign in to comment.