chrome disable autocomplete for specific site code example
Example: disable browser autocomplete
<form method="post" action="/form" autocomplete="off">
[…]
</form>
<form method="post" action="/form" autocomplete="off">
[…]
</form>