Hi,
A client of mine is asking that I make this form fully 508 compliant: hhs-back2business.com/registration.
The only compliance issue that I haven't been able to fix is "orphaned form label," defined by webaim.org as "A form label is present, but it is not associated with any form <input>, <select>, or <textarea>."
This error exist for all of my radio button fields. The offending code for these fields looks like this:
<label class='gfield_label'>Are you registered in the Central Contractor Registry (CCR)?<span class='gfield_required'>*</span></label>
Any advice is appreciated. Thanks.