Skip to content

Commit 684a5a0

Browse files
committed
Add customer email field
1 parent 2c6f76c commit 684a5a0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Form-Controls/index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ <h1>Product Pick</h1>
2020
<!-- submit button -->
2121
<label for="name">Name:</label>
2222
<input type="text" id="name" name="name" required pattern=".*\S.*\S.*"><br><br>
23+
<label for="email">Email:</label>
24+
<input type="email" id="email" name="email" required><br><br>
2325
</form>
2426
</main>
2527
<footer>

0 commit comments

Comments
 (0)