Best Practice 1.15 – Enable autocomplete to input fields to make form filling easier (Advanced level)
By enabling the autocomplete attribute in the input field, the mobile application could pre-populate form fields, which allows users, especially those with cognitive impairment, to fill the form easier.
Before Rectification | After Rectification |
---|---|
![]() |
![]() |
User is required to input personal information from scratch. | Enabling the autocomplete attribute improves the mobile app’s ability to pre populate form fields with user-preferred values. It allows the user to complete the form easily. |
W3C WCAG Reference: 1.3.5 Identify Input Purpose