I’m passing all but one test and I can’t figure out what I’m missing. any help is welcome
1 Like
The link goes to debug mode. You need to provide a link to the editor view for it to be accessible to other people.
Sorry.
Hi,
If you click on the red button, you can see what the failing test is, and what you need to change to fix it.
- 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.
Hi,
try changing the name attribute of your radio buttons, so that they all have the same name. This should group your radio buttons.
Hey @MrSteelbreaker!
Welcome to the Forum!
1 Like
Thank you my friend, that was my problem!!!