There was an error while loading. Please reload this page.
1 parent ee957cb commit 632ad1aCopy full SHA for 632ad1a
1 file changed
Form-Controls/index.html
@@ -15,11 +15,11 @@ <h1>Product Pick</h1>
15
<form>
16
<div>
17
<label for="name">Name</label>
18
- <input type="text" id="name" required pattern=".*\S.*\S.*"/>
+ <input type="text" id="name" name="name" required pattern=".*\S.*\S.*"/>
19
</div>
20
21
<label for="email">Email</label>
22
- <input type="email" id="email" required />
+ <input type="email" id="email" name="email" required />
23
24
25
<label for="color">Choose T-shirt color</label>
0 commit comments