Survey form select id="dropdown" issue

Tell us what’s happening:

I just have this one issue:
!!!You should have a select field with an id of dropdown .!!!

is this not what I need? :slight_smile: select id=“dropdown” required

Your code so far

The challenge seed code and/or your solution exceeded the maximum length we can port over from the challenge.

You will need to take an additional step here so the code you wrote presents in an easy to read format.

Please copy/paste all the editor code showing in the challenge from where you just linked.

Replace these two sentences with your copied code.
Please leave the ``` line above and the ``` line below,
because they allow your code to properly format in the post.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/101.0.4951.64 Safari/537.36 Edg/101.0.1210.53

Challenge: Build a Survey Form

Link to the challenge:

please include your code

It’s all sorted sorry, thank you… not sure how to delete post

Can you tell me how you figured it out? I’m having the exact same issue.

I’m not sure about the issue involved on the project itself, but from what I seen it was this…

<select id="dropdown">

</select>

If that is the area, then you would need to add in the ‘option’ in between that text, if not, make a new post and we’ll try to help once we can see everything.

I just made a new thread with my HTML code in HTML/CSS. It looks like I’ve done it correctly, but am seriously unsure why it’s not passing.

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