My problem is when have a pre-filled input field, Safari will override the value. Chrome seems to be doing fine.
Here is what I have tried:
<input autocomplete="off" type="email" id="email" name="email" value="someemail@email.com">
But still Safari auto fill manager will override the "someemail@email.com" with something already save by the auto fill manager.
I have searched the internet and apparently autocomplete="off"
doesn't work in most browsers anymore, even though I user HTML5. Is that true or is there some solution to that?