There was an error while loading. Please reload this page.
1 parent 9d9847f commit ba8b66cCopy full SHA for ba8b66c
1 file changed
Form-Controls/index.html
@@ -15,12 +15,12 @@ <h1>Product Pick</h1>
15
<form>
16
<div>
17
<label for="name">Customer name:</label>
18
- <input type="text" id="Name" name="name" required placeholder="john smith">
+ <input type="text" id="name" name="name" required placeholder="john smith">
19
</div>
20
<br>
21
22
<label for="email">Customer email:</label>
23
- <input type="email" id="Email" name="email" required placeholder="example123@gmail.com">
+ <input type="email" id="email" name="email" required placeholder="example123@gmail.com">
24
25
26
<fieldset>
0 commit comments