File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,19 @@ <h1>Product Pick</h1>
3333</ div >
3434<!--3. What colour should this T-shirt be? I must provide 3 options.
3535How will I ensure they do not choose other colours?-->
36- < div > < label for ="size "> Size:</ label > < input id ="size " name ="t-shirt size " required > </ div >
36+ < div >
37+ < label for ="size "> Size:</ label >
38+
39+ < select id ="size " name ="tshirt_size " required >
40+ < option value ="" selected disabled > Choose a size</ option >
41+ < option value ="XS "> XS</ option >
42+ < option value ="S "> S</ option >
43+ < option value ="M "> M</ option >
44+ < option value ="L "> L</ option >
45+ < option value ="XL "> XL</ option >
46+ < option value ="XXL "> XXL</ option >
47+ </ select >
48+ </ div >
3749<!-- 4. What size does the customer want? I must provide the following 6 options:
3850XS, S, M, L, XL, XXL-->
3951< p class ="button ">
You can’t perform that action at this time.
0 commit comments