That, or you could just use a rotating name for the field. I'm pretty sure that would fix the problem as well, as I think form memory is based off input name/id? I could be way off the mark, but naming the field like: 'salt_' + new Date().valueOf(); should stop autocomplete from working on it.
On Jan 26, 9:07 am, ilmarik <grzegorzkara...@gmail.com> wrote: > It works, but... > > https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion#... > > Thanks for help