Run test still seems to show same errors after making corrections-please help

I have made some changes to my project, but ‘run test’ doesnt seem to work, unless its me below is mt project so far, I can t see the errors, please help.

https://codepen.io/lukemersh/pen/WWRJYo

Test runs for me. Try refreshing it?

tried it several times, but seems to return the same errors even after changing the values.
just says 15/17, even when corrected, am i not getting these parts write?

I think i see why now, doh!!!

Try changing your button type to submit.
For your radio buttons, you’re failing because it wants you to group the radio buttons with the same name attribute. You don’t have that. Each name is unique. Refer to this lesson from the curriculum;
https://learn.freecodecamp.org/responsive-web-design/basic-html-and-html5/create-a-set-of-radio-buttons

1 Like

many thaks :+1:
i just read the errors and realised.:+1:

1 Like