There is chance to get it solved,
1. related to whole form
<form method="post" action="/form" autocomplete="off">
2. related to specific field on form
<form method="post" action="/form">
...
<input type="text" id="mytext" name="mytext" autocomplete="off">
...
Hope it helps.
cu, diri