Survey form-#14,#15,#16

Hello. I´m building my survey form and it is giving error at these 3 points:

  • User Story #14: Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value attribute.
  • User Story #15: Inside the form element, I am presented with a textarea at the end for additional comments.
  • User Story #16: Inside the form element, I am presented with a button with id="submit" to submit all my inputs.
    i put these inside the and when i make the tests it gives error. Any something that i can do ? Thank you .
    link to challenge:
    https://learn.freecodecamp.org/responsive-web-design/responsive-web-design-projects/build-a-survey-form/

Can you share your demo via codepen?

Sure!


i really cant find whats wrong…

All those Divs inside your form are messing with the checker. If you take them out you pass all tests but one. The last one you have space in your button ID.

I´ve done it! I passed all tests now! thanks :smiley: