How should Shopify form labels and instructions be tested?
Every Shopify form control should have a clear visible label, any required format or constraint should appear before submission, and assistive technology should expose the same name and instructions.
Review the visible label
A shopper should know what to enter without relying on placeholder text. Labels should remain visible after typing, and repeated fields such as shipping and billing addresses need enough context to distinguish them.
Check names and instructions
Inspect the accessible name for each input, select, checkbox, and button. Required formats, password rules, and other constraints should be available before the shopper submits the form and programmatically connected where needed.
Test real form states
Cover newsletter signup, account creation, login, contact, cart notes, discount inputs, and any app-injected form. Repeat with zoom, keyboard navigation, and a screen reader, then test validation errors separately.
Sources and testing references
These sources describe accessibility techniques and WCAG success criteria. They do not by themselves establish legal compliance.