There was an error while loading. Please reload this page.
1 parent 0e0e50b commit 7fcddb3Copy full SHA for 7fcddb3
1 file changed
Form-Controls/index.html
@@ -18,14 +18,14 @@ <h1>Product Pick</h1>
18
<label for="email">Email:</label>
19
<input type="email" id="email" name="email" required>
20
<fieldset>
21
- <legend>Colour:</legend>
22
- <input type="radio" id="red" name="colour" value="red" required>
+ <legend>Color:</legend>
+ <input type="radio" id="red" name="color" value="red" required>
23
<label for="red">Red</label>
24
25
- <input type="radio" id="blue" name="colour" value="blue">
+ <input type="radio" id="blue" name="color" value="blue">
26
<label for="blue">Blue</label>
27
28
- <input type="radio" id="black" name="colour" value="black">
+ <input type="radio" id="black" name="color" value="black">
29
<label for="black">Black</label>
30
</fieldset>
31
<label for="size">Size:</label>
0 commit comments