Skip to content

Error · input-button-name

Form buttons without a name

A submit or reset button has no text, so it's announced as just "button".

Who it leaves out: blind people (screen readers)

How to fix it

Give it a value like "Send". Code included.

In the code

Set value="…" on <input type="submit|reset|button"> (e.g. value="Send").

Our scanner writes and tests this correction for you.

Does your site have this error?

Free check in about a minute, no account.

One more chance: free scan · no account

Related errors

Automated testing covers roughly half of WCAG criteria; a full conformance claim also requires manual review. Technical information, not legal advice.