I am trying to improve the accessibility of our website. Using WAVE, it reports an error of ‘Missing Label Form’. This is on our side bar enquiry. How can I fix this?
That is really helpful. Thank you. But I am still doing something wrong. One of the labels I have added now states ‘Orphaned form label’ and the other two still say ‘missing form label’. Any idea why?
Make sure that the “for” attribute of the label exactly corresponds to the “id” attribute of the field.
E.g. <label for="text"> → “text” is wrong here.
This topic was automatically closed 2 days after discussion ended and a solution was marked. New replies are no longer allowed. You can open a new topic by clicking the link icon below the original post or solution and selecting “+ New Topic”.