Hello!
I have generic input forms that I would like Chrome to autofill them. Such as first name & email.
While using the ID attribute “name” and “email” on the element works; “first name”, “fname” or “given-name” does not.
Is there a way specify the autocomplete attribute as suggested here?
Thanks.