I’m only one error away from finishing the survey form and below is the solution I must apply to finish the test, please help.
13. Inside the form element, I can select a field from one or more groups of radio buttons. Each group should be grouped using the name attribute. Each radio button must have a value attribute.
A radio button is used when you want the user to select only one option, not several.
In your form, the user is able to select all radio buttons, I think because they don’t all share the same name attribute. You are using ‘social-ads’ and ‘search friends’. Radio buttons are explained here : https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons
Go through the exercise again. I think it will fix the problem.