Disabling Submit to Ensure Validation

View the full library of accessibility solutions.

Two methods to disable form elements are used here:

Using aria-disabled

Unlike the Cat's Name field which uses the disabled attribute, the Submit button uses the aria-disabled attribute so that:

Remember to do the following:

Example Form

Code Sample