There was an error while loading. Please reload this page.
1 parent bdc3f78 commit 181ea79Copy full SHA for 181ea79
1 file changed
Form-Controls/index.html
@@ -20,7 +20,7 @@ <h1>T-shirt Order Form</h1>
20
21
<div>
22
<label for="name">Full Name</label>
23
- <input id="name" name="name" type="text" minlength="2" placeholder="First Name Surname" required>
+ <input id="name" name="name" type="text" minlength="2" placeholder="First Name Surname" pattern="[A-Za-z ]{2,}" required>
24
</div>
25
26
0 commit comments