Build a survey form project - asking for id in select

Hi All,

I need some help. I have completed the “Build a survey form project” on the “(New) Responsive Web Design”. All check tests are passing except, " You should have a select field with an id of dropdown". However, I have got id=“dropdown” in both my label and select element.

Has anyone else had this or can someone please explain what is going wrong here or what I am doing wrong as I cannot see anything wrong.

Thanks in Advance

You have the label also with an id of dropdown

you can have only 1 id

Thanks Sinan, That resolved the issue. I did not realise the I’d had to be added once.

Thanks for the help.

1 Like

sure you are welcome have fun coding :slight_smile:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.