Hello,
I’ve completed the project and think that I have all of the user stories laid in but its only giving me 12/17. I’m not sure what I am missing. Are the divs in my form causing a problem? Is it formatting? Please help.
https://codepen.io/BahamaDev/pen/YzzdwPg
Many thanks in advance.
VL
You have to read the message below the numbered message.
All your radio-buttons must have a value attribute
All your checkboxes must have a value attribute
There should be a button with id=“submit”
Also, the input element is a void element it can not have content inside it, so having a closing tag is not valid.
Thank you! This helps greatly!
VL
Hello, I’ve made the changes to the radio buttons and checkboxes. However I’m still missing something. It seems not to recognize that some of the elements are in the form. What am I missing?
https://codepen.io/BahamaDev/pen/YzzdwPg
Thank you for your help.
It’s passing all the tests for me, did you fix it?
Hi I just checked it. Yes I see its passing now. Very strange, as I didn’t do anything differently. I guess it was a bug.
Very grateful for your help nonetheless.
VL