SyntaxFix
Write A Post
Hire A Developer
Questions
Since the browser searches for password type fields, another workaround is to include a hidden field at the beginning of your form:
<!-- unused field to stop browsers from overriding form style --> <input type='password' style = 'display:none' />