Just add:
autocomplete="off"
as attributes to the INPUT
elements, f.ex:
<input autocomplete="off" id="register_username" type="text" name="username">
Just add:
autocomplete="off"
as attributes to the INPUT
elements, f.ex:
<input autocomplete="off" id="register_username" type="text" name="username">