Spurious vales appear (overwrite!) in form input fields and apply a green background to these.
I have a working website and there is a user form (in a password protected part of the site). ONE of my users displays this form via MS Internet explorer and values have been overwritten (like an autofill) with a green background.
e.g. number "350" should be shown but "admin" is instead (this happens on lots, but not all fields).
Example of HTML:
Any ideas what could cause this?
I am gessung a plugin of some sort??
Thanks!
I have a working website and there is a user form (in a password protected part of the site). ONE of my users displays this form via MS Internet explorer and values have been overwritten (like an autofill) with a green background.
e.g. number "350" should be shown but "admin" is instead (this happens on lots, but not all fields).
Example of HTML:
Code:
<input type="hidden" name="name__13" value="Std image width"><input style="color:#0000dd; " type="text" size="50" name="value__13" value="350" >
I am gessung a plugin of some sort??
Thanks!
Comment