Need help on survey-form project

Hey guys.
I was doing this project and it seems like I can’t pass challenge #14 I couldn’t find the problem.
Here is my code pen
(https://codepen.io/theonlyjoseph/pen/VwWEVza)

Hey!

if you click on the run tests button you should be able to view the details about the failed tests.

This is what the output looks like at the moment

Friends-Survey

as you can see it says you are missing two checkboxes. Just add two input elements inside of the form tag with a type of checkbox and give them both a value attribute and it should be fine.

Hope this helped! :smiley:

1 Like

you need to add check-box …

1 Like

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