There was an error while loading. Please reload this page.
1 parent 4c82518 commit 5917059Copy full SHA for 5917059
1 file changed
Form-Controls/index.html
@@ -20,7 +20,7 @@ <h1>Product Pick</h1>
20
<legend>Name and Email address</legend>
21
<!--Adding <legend> element for accessibility purposes-->
22
<label for="name">Name</label>
23
- <input type="text" id="name" name="name" minlength="2" pattern="[a-zA-Z]+" required><br><br>
+ <input type="text" id="name" name="name" minlength="2" pattern="[a-zA-ZÀ-ž]+" required><br><br>
24
<!--Input field for name, making it required-->
25
<label for="email">Email:</label>
26
<input type="email" id="email" required><br><!--Input field for email address. Making it required-->
@@ -71,4 +71,4 @@ <h1>Product Pick</h1>
71
</footer>
72
</body>
73
74
-</html>
+</html>
0 commit comments