Survey form, Pls. Help

Hi !
I’m stuck with 15/17 pass
Can’t figure out the bug.
Your help would be appreciat ed.

Here is the link for the project .Survey challenge
Thanks

Hi @Oluyemi !

Welcome to the forum!

You can not have two id’s with the same name.

The issue is here

  <div id="name">
      <label for="name" id="name-label">Name</label>
      <input type="text" placeholder="Enter your name" id="name" required />
    </div>

The error message says that the id of name needs to be in the input field.
It should be clear as to which one to delete.

1 Like

Wow! Nice one
You are part of people making this place great.
Can’t imagine you just made me pass the whole test.
Thanks alot @jwilkins.oboe

1 Like

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