Hi
I am stuck on the 13th and 14th user stories on the survey form project of the responsive wed design course.
User Story #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.
User Story #14: Inside the form element, I can select several fields from a series of checkboxes, each of which must have a value
attribute.
My codepen is https://codepen.io/Sharmarke23/pen/BadbpQZ
I have the radio buttons and the checkboxes inside my form element.
I’m not sure what I am doing wrong and have been stuck on this for hours, can someone please help?