Survey Form - Need help with #3

I’ve been searching for how to fix this issue, but I can’t figure it out. Any help or feedback would be greatly appreciated.

Here is what I’ve got so far… https://codepen.io/aetones/pen/JjYwWbx?editors=1100
I’m trying to make sure I pass all tests before even trying to use CSS.

I’m having issues with number 3… https://www.freecodecamp.org/learn/responsive-web-design/responsive-web-design-projects/build-a-survey-form

image
You have two form elements, one with the wrong id. The body element has the id you want for your form, and I’m not sure why the body is nested in the form.

I noticed when I would place the id in the form about half of the problems I had solved would become unsolved. I thought about a stray being somewhere since my code is so messy, but I didn’t catch it. Thank you.

1 Like