Dropdown menus on your forms don't have visible labels or accessible names. Screen reader users can't tell what each dropdown is for — and the missing label also makes the form confusing for anyone using keyboard navigation.
On WordPress
In WPForms, Gravity Forms, or Contact Form 7, each form field includes a label setting. Make sure the Label field is filled in for every dropdown — don't leave it empty even if you use placeholder text.
On Shopify
In your theme's liquid templates, check every <select> element in forms, filtering, and sorting sections. Add a <label> element or aria-label attribute to any select that doesn't have one.
Pro tip: Never rely on a surrounding <option disabled>Select an option</option> as a label substitute. That placeholder disappears as soon as a user makes a selection, leaving the field completely unlabelled.
SiteSprout scans your site, tells you which issues you actually have in plain English, and keeps watch so nothing breaks silently.
Scan your site free