Survey Form - not passing all the tests

Hello all - I have been working on the Survey Form project and as far as I can tell, I have all the tests answered. But when I hit run tests, it says I have 11/17 correct. Can someone put another set of eyes on my code and see if I’ve done it correctly? I have attached the link below.

UPDATE: Just realized I need to add another set of checkboxes… oops :slight_smile:

You need required on the name and email field.

Make sure to read all of the errors. More information for what is missing or wrong is give below each one.

Thank you all for your input! I’m checking this out today :slight_smile:

Lol I was working on it while I was way to tired. I didn’t realize I put the ‘required’ on the label instead of the input :woman_facepalming: