There was an error while loading. Please reload this page.
1 parent de31bb8 commit a3484fdCopy full SHA for a3484fd
1 file changed
Form-Controls/index.html
@@ -22,10 +22,16 @@ <h1>Product Pick</h1>
22
6. No JavaScript allowed
23
-->
24
25
-
26
<fieldset>
27
<legend>Customer Details</legend>
28
- <!-- name + email will go here -->
+ <label for="name">Full Name</label>
+ <input
29
+ type="text"
30
+ id="name"
31
+ name="name"
32
+ required
33
+ pattern=".*\S.*\S.*"
34
+ />
35
</fieldset>
36
37
0 commit comments