autocomplete tag fields option not working code example
Example: disable browser autocomplete
<form method="post" action="/form" autocomplete="off">
[…]
</form>
<form method="post" action="/form" autocomplete="off">
[…]
</form>