Is it possible to disable Firefox\'s auto-fill feature without disabling auto-complete?
I know I can do this:
autocomplete=\"off\" <
This post suggest to use (other) dummy fields which will be autofilled, you can hide those with css. But this would probably work better with password fields than others.