mark mccormick wrote: > Hi Guys, > > I've traweled through all the help on mozilla.org on this and cant > find anything: > > If there any way to disable PSM kicking in automatically for > particular HTML input elements? > > I have a login and password field on the front page, but like many > other sites (e.g. amazon!) you can choose to fill out a different > (e.g. search form) without logging in. Unfortunately the PSM still > pops up offering to remember a password they never entered. > > There must be some way to do this....
It has nothing to do with PSM. What you're seeing is the Form Manager. You can disable it with autocomplete="off" either on a single input field or on the form tag itself to disable form filling of the entire form. -- Henrik Gemal Mozilla Evangelist Get the latest and greatest Mozilla web browser at: http://gemal.dk/mozilla/
