xxxxxxxxxx
<!-- use autocomplete="off" in form and fields where you need to disable autocomplete -->
<form autocomplete="off" method="post" action="/form/submit">
<!-- IMPORTANT: add this field as initial field in your form -->
<input autocomplete="false" name="hidden" type="text" class="hidden" style="display:none;">
<!-- other fields here WITH autocomplete="off" in the tag ... -->
</form>