There was an error while loading. Please reload this page.
1 parent d5fd617 commit 21ad88bCopy full SHA for 21ad88b
1 file changed
Form-Controls/index.html
@@ -22,12 +22,29 @@ <h1>Product Pick</h1>
22
<form>
23
24
<!-- This is a customer name input -->
25
-
+
26
<div>
27
<label class="blk" for="nam">First Name* </label>
28
<input type="text" id="nam" name="name" placeholder="Enter Your Name" pattern=".*\S.*\S.*" required>
29
</div>
30
31
+ <br>
32
33
+ <div>
34
+ <label class="blk" for="nams">Last Name* </label>
35
+ <input type="text" id="nams" name="name" placeholder="Enter Your Name" pattern=".*\S.*\S.*" required>
36
+ </div>
37
38
39
40
41
+ <!-- This is a customer email input -->
42
43
+ <label class="blk" for="mail">Email* </label>
44
+ <input type="email" id="mail" placeholder="Enter Your Email" name="Email" required>
45
46
47
48
49
</form>
50
</main>
0 commit comments