There was an error while loading. Please reload this page.
1 parent 6ab6dd5 commit 2b6606dCopy full SHA for 2b6606d
1 file changed
Form-Controls/index.html
@@ -33,15 +33,16 @@ <h1>Product Pick</h1>
33
</div>
34
<div>
35
<br>
36
- <label for="Size">Shirt size</label>
37
- <select for="Size">
+ <label for="Size">Shirt size
+ <select id="Size" name="Shirt size">
38
<option label="XS" value="XS"></option>
39
<option label="S" value="S"></option>
40
<option label="M" value="M"></option>
41
<option label="L" value="L"></option>
42
<option label="XL" value="XL"></option>
43
<option label="XXL" value="XXL"></option>
44
</select>
45
+ </label>
46
47
48
<button type="submit">Submit</button>
0 commit comments