Survey Form User Story#14 error

Hello,

I’ve been trying to write the checkbox section for the better part of two days and can not figure out what i am doing wrong. My check-boxes are in the form element. Here’s a link to my CodePen. https://codepen.io/oband36/pen/MWaQmQx

Any help would be greatly appreciated

Thank You
Oscar

Hello,
please read carefully user stories.
you need 1 form element containing all the inputs + submit button
tip: try to make it without styling first,

1 Like

Hi @oband36. Welcome to FCC. I have noticed you have div elements inside the form element (probably to ease your styling). Remove all the div elements inside the form, add the textarea and button element with id of submit. Your code will pass all the tests.

1 Like

Thank you so much for all the help, I really appreciate it. @Annestezia @nibble

1 Like