I am not talking about field autocomplete (when you click on the form's textbox and you get a dropdown with a list of previously entered values) but about the browser autofill feature that fills out the form with your personal data that browser saved previously (first, last, address, organization, phone, email, etc.). In chrome, autofill can be managed here: chrome://settings/autofill
People are using the terms autocomplete and autofill interchangeably, which adds to the confusion (I googled this to death). Everybody is talking about adding autocomplete="off"
to your form or form input elements. That works for disabling autocomplete, but the browser's autofill feature still works.
For example, when I click on the telephone or email field, I get dropdowns with previous "entries," and clicking on any of the entries will fill out multiple fields in the form.
Is there way to disable autofill when designing form?