There was an error while loading. Please reload this page.
1 parent 0eb7591 commit 11b6434Copy full SHA for 11b6434
1 file changed
Form-Controls/index.html
@@ -18,7 +18,8 @@ <h1>My Store T-shirt Sales</h1>
18
<form>
19
<div>
20
<label for="name">Name</label>
21
- <input type="text" name="name" id="name" placeholder="Username" required aria-required="true">
+ <input type="text" name="name" id="name" placeholder="First and Last name" required pattern=".*\s+.*"
22
+ title="Please enter your first and last name, separated by a space">
23
</div>
24
25
0 commit comments