Hi,
We need a "AA" Web Accessibility rating and we are using "WAVE Web Accessibility Evaluation Tool" for inspection.
We are getting a conflict with the label in the incorrect position on this SPPB mailform (see link hidden content) is this something that can be resolved?
Is the label requirded to be associated with an "id" and not the "name"
How to Fix It
If a text label for a form control is visible, use the <label> element to associate it with its respective form control. If there is no visible label, either provide an associated label, add a descriptive title attribute to the form control, or reference the label(s) using aria-labelledby. Labels are not required for image, submit, reset, button, or hidden form controls.