Survey Form Help

Again, trying to figure out how to get the last check for 17/17. Stuck at 16/17 and have stripped down my code. Seems these test are very finicky and strict.

https://codepen.io/spidercmd/full/VwLWmjp

can someone please let me know what I’m missing here?
also, seems that everyone on here is referring to certain identified error notifications when testing, I’m not sure where I can find that? I only can see what’s passed by “#/#”

Thanks,

There should be value attribute e.g value=“option-1”

<input type="radio" id="option-1" name="radio-select" value="option-1"/>

OMG hours!!! lol thanks.

1 Like

Your welcomed. Don’t forget to mark it as the solution.