There was an error while loading. Please reload this page.
1 parent b2c7381 commit e289781Copy full SHA for e289781
1 file changed
Form-Controls/index.html
@@ -51,6 +51,11 @@ <h1>Product Pick</h1>
51
[ ]t shirt size = required to choose from only 6 sizes!
52
53
this will also help you fill in your PR message later-->
54
+ <div>
55
+ <label for="name">Full name: </label>
56
+ <input id="name" name="name" required pattern=".*\S.*\S.*" />
57
+ <button>Submit</button>
58
+ </div>
59
</form>
60
</main>
61
<footer>
0 commit comments