Check autocomplete in forms

For: Development

Identify input purpose (1.3.5 level AA)

https://www.w3.org/WAI/WCAG21/Understanding/identify-input-purpose

If you need information only from the person who is filling the form, make sure it has the autocomplete attribute on relevant form fields. For example, first name <input name="first-name" id="first-name" type="text" autocomplete="cc-given-name">