Survey Form Problem with the "form" thing

Could someone please help me figure out why I can’t get the form right? It say’s “Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value attribute”. And apparently I don’t have that right. Survey Form

Do you need labels with checkboxes? I am not sure.

The link you provided did not seem to have the test script

<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>

I included it and all passed for me. Have you made changes already?

BUT I see that all checkboxes have the same value=“space”. I’m not sure that is going to do what you think even though it passes.

1 Like