There was an error while loading. Please reload this page.
1 parent ed06461 commit ab8d1e1Copy full SHA for ab8d1e1
1 file changed
Form-Controls/index.html
@@ -20,7 +20,7 @@ <h1>Product Pick</h1>
20
<!-- All inputs are required and are labelled for accessibility and have corresponding name, for, and id attributes -->
21
22
<!-- Asks for their forename name -->
23
- <label for="forename">Fullname:</label>
+ <label for="fullname">Fullname:</label>
24
<input type="text" name="fullname" id="fullname" minlength="2" required>
25
<br>
26
0 commit comments