Question about certification project

When I ran the tests for the html certification project, it told me I needed values on my radio buttons. It’s not listed in the instructions, only the tests as far as I can see. I searched the instructions. Did I miss something? Do I have watch out for tests that aren’t listed in the instructions?

https://www.freecodecamp.org/learn/responsive-web-design-v9/lab-survey-form/build-a-survey-form

if you don’t write the value the radio button can’t work properly when used in a form, you always need to add a value when you create radio or checkboxes

if you think it needs to be explicitly stated, open a github issue about it, but adding a value is pretty much mandatory with radio buttons

1 Like

Good to know! In the hotel feedback form, you aren’t asked to give it a value. Is that because you give it an id?

I have created an issue about that

1 Like