There was an error while loading. Please reload this page.
1 parent 5ba0ce9 commit 1c697fcCopy full SHA for 1c697fc
1 file changed
Form-Controls/index.html
@@ -24,14 +24,23 @@ <h1>Product Pick</h1>
24
-->
25
<fieldset>
26
<legend>Customer Details</legend>
27
- <label for="name">Full Name</label>
+
28
+ <label for="name">Full Name</label>
29
<input
30
type="text"
31
id="name"
32
name="name"
33
required
34
pattern=".*\S.*\S.*"
35
/>
36
37
+ <label for="email">Email Address</label>
38
+<input
39
+ type="email"
40
+ id="email"
41
+ name="email"
42
+ required
43
+ />
44
</fieldset>
45
46
0 commit comments