There was an error while loading. Please reload this page.
1 parent f3e0d7d commit 1e6aa4aCopy full SHA for 1e6aa4a
1 file changed
Form-Controls/index.html
@@ -23,6 +23,11 @@ <h1>Product Pick</h1>
23
<label for="name">Name</label>
24
<input name="name" id="name" type="text" placeholder="full name" pattern=".*\S.*\S.*" required>
25
</div>
26
+ <!--Add an imput for Email-->
27
+ <div>
28
+ <label for="email">Email</label>
29
+ <input type="email" name="email" id="email" required>
30
+ </div
31
</form>
32
</main>
33
<footer>
0 commit comments