Hi all,
I need a little help in understanding why my survey form is failing on a single mark listed below:
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.
I have the < form > element, which the < ul >, < li >, and < input type=“checkbox” > all fall within and the input element has a value attribute, yet my page continues to fail at the point when running it on the FCC fork-page.
I’ve looked at other students projects and compared to mine and I can’t seem to find the issue, I’ve even tried removing the < ul >< li > elements altogether and placing the < input type=“checkbox” name="#" value="#" > only, but this still doesn’t pass the test.
I’m fresh out of ideas and I’m hoping a fresh pair of eyes will be able to spot the issue instantly.
Many thanks for your help in advance!