There was an error while loading. Please reload this page.
1 parent e289781 commit 74a67c9Copy full SHA for 74a67c9
1 file changed
Form-Controls/index.html
@@ -54,8 +54,12 @@ <h1>Product Pick</h1>
54
<div>
55
<label for="name">Full name: </label>
56
<input id="name" name="name" required pattern=".*\S.*\S.*" />
57
- <button>Submit</button>
58
</div>
+ <div>
59
+ <label for="email">E-mail: </label>
60
+ <input id="email" name="email" type="email" required />
61
+ </div>
62
+ <button>Submit</button>
63
</form>
64
</main>
65
<footer>
0 commit comments