Form autofill OFF

I do have much luck with this:

Disable HTML Form Input Autocomplete and Autofill

  1. Add autocomplete="off" onto <form> element;
  2. Add hidden <input> with autocomplete="false" as a first children element of the form.

Is it possible to turn off autofill or does the browser override this code?

Any suggestions would be helpful.

Thanks

There’s a SO thread that seems relevant to this.

It looks like its not 100% possible.

1 Like

That has been my experience. Thank you Paul

1 Like

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.