How do you disable Autocomplete in the major browsers for a specific input and/or the complete form.
I found this solution:
<input type="text" name="foo" autocomplete="off" />
However, this does not seem to work in all browsers. I've had problems in firefox for instance.
Edit:
My firefox issue has been resolved. That leaves the following: Can I disable autocomplete on a form or do I have to give every input autocomplete="off"
autocomplete="off"
in Firefox, it does not show suggestions. Are you sure you don’t have e.g. an autofiller add-on installed? Does the code in the question reproduce the issue? – Jukka K. Korpela