Please check my code. Is there any problem?

My code—Form (codepen.io)

My code can’t complete below test case. Now what to do?
“Every radio button group should have at least 2 radio buttons.”

radio buttons are gruped together by giving them the same name value. It doesn’t seem as if you have 2 or more radio buttons in which the name attribute has the same value

I would also point out that ids should be unique - they should only be used once. I see a lot of duplicate ids. I don’t think it is breaking anything in this case, but it is definitely a bad idea that will eventually cause problems.

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