I have a form on my site which happens to have an email field followed by a password field. Safari is filling them out as if they are a sign in form, which they are not. The values previously set in the email input is deleted, which is a problem, and Safari is putting in a username which is not a valid email, which ruins the form.
I tried adding autocomplete="off"
, but Safari just ignores it. How can I convince it that this is not a login screen, and to please stop meddling?
Edit: I just tried moving the order of the form to help Safari realize that it's not a login form, and it still fills it out, even when the password field is at the very top, and the email field is at the very bottom (5 fields down).