There was an error while loading. Please reload this page.
1 parent 6f1279a commit 7d5b6cdCopy full SHA for 7d5b6cd
1 file changed
Form-Controls/index.html
@@ -27,6 +27,13 @@ <h1>Product Pick</h1>
27
arial-describedby="lnameHelp"</>
28
<small id="lnameHelp">Must be at least 2 characters long</small>
29
</div>
30
+ <!-- Email-->
31
+ <div class="form-group">
32
+ <label for = "email">Email</label>
33
+ <input type="email" id="email" name="email" required pattern="[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,}$"
34
+ arial-describedby="emailHelp"</>
35
+ <small id="emailHelp">Must be a valid email address</small>
36
+ </div>
37
38
39
<!--
0 commit comments