What it is
A form field "label" is the visible text next to or above an input box that explains what belongs in it β "Email address", "Full name", "Phone number". This check looks at whether form fields have a real, properly attached label, as opposed to relying solely on placeholder text (the faint gray hint text that sits inside an empty field and vanishes the moment someone starts typing).
Placeholder text is a common substitute for a real label because it looks clean and takes up no extra space, but it's technically a different, more fragile thing than a label that stays visible the whole time a field is being filled in.
Why it matters
The moment someone starts typing into a field, placeholder-only text disappears β so if they pause, look away, or come back to the form after being interrupted, there's no longer any visible reminder of what that field was for. On a long form, or on a slow connection where someone is filling things in step by step, this leads to real, avoidable mistakes: putting an email address in the wrong field, or getting partway through and abandoning the form because it's become genuinely confusing to track.
This is a usability issue for every visitor, not just an edge case β placeholder-only fields are simply harder to use correctly than fields with a real, persistent label, and every bit of friction in a form measurably reduces how many people finish filling it out.
How to fix it
- Check each form field on your site β if the field's description disappears the moment you click into it and start typing, it's using placeholder text only, not a real label.
- Add a real, persistent label above or beside each field, in addition to (or instead of) any placeholder text.
- If you're using a website builder, most form tools have a separate "Label" field distinct from "Placeholder text" in the field's settings β fill in both rather than relying on placeholder alone.
- Keep placeholder text, if you use it at all, for a short example format (like "e.g. jane@example.com") rather than as the field's only instruction.
- Test your own form by filling it in slowly and pausing partway through each field to confirm you can still tell what every field wants.