hpl123 Hi all, Here is how to disable Chrome (and other browsers?) autofill via Jquery. This is for all text fields on a form: $("input[type='text']").each(function(){$(this).attr("autocomplete","new-password");});
hpl123 Yeah, this was a godsend when I found it. I was "certain" it couldn“t be done but after pulling my hair out about this for a long time I decided to find a solution and it was possible :mrgreen: