One of the joys of working for a government healthcare agency is having to deal with all of the paranoia around dealing with PHI (Protected Health Information). Don\'t get m
In addition to
autocomplete="off"
Use
readonly onfocus="this.removeAttribute('readonly');"
for the inputs that you do not want them to remember form data (username
, password
, etc.) as shown below:
Tested on the latest versions of the major browsers i.e. Google Chrome
, Mozilla Firefox
, Microsoft Edge
, etc. and works like a charm. Hope this helps.