搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Autocomplete does not work on certain forms

  • 4 个回答
  • 68 人有此问题
  • 25 次查看
  • 最后回复者为 seeliespright

more options

The help article I read indicated this:

>Autocomplete does not work on certain forms

>If you find that Firefox will save form entries for forms on only some websites, but not on others, the site might be telling Firefox to not save form history. This is especially common on email and banking websites.

But I want to save information for some of those sites. How do I manually enter the information, so that Firefox will fill it in when I navigate there? Is it possible?

The help article I read indicated this: >Autocomplete does not work on certain forms >If you find that Firefox will save form entries for forms on only some websites, but not on others, the site might be telling Firefox to not save form history. This is especially common on email and banking websites. But I want to save information for some of those sites. How do I manually enter the information, so that Firefox will fill it in when I navigate there? Is it possible?

被采纳的解决方案

This bookmarklet makes the browser ignore autocomplete="off" temporarily, allowing you to save passwords even on sites that use autocomplete="off". Should work the same for form data.

Remember Password bookmarklet: https://www.squarefree.com/bookmarklets/forms.html#remember_password

定位到答案原位置 👍 1

所有回复 (4)

more options

选择的解决方案

This bookmarklet makes the browser ignore autocomplete="off" temporarily, allowing you to save passwords even on sites that use autocomplete="off". Should work the same for form data.

Remember Password bookmarklet: https://www.squarefree.com/bookmarklets/forms.html#remember_password

more options

Sadly that didn't work. I clicked it and nothing happened. I navigated to one of the pages to see if it was enabled and just didn't notify me, but Firefox did not ask me, "Do you want to remember the username and password on this site?"

Is it a Windows / Mac incompatibility problem? (I have a Mac.)

more options

Can you post a link?

You can use this bookmarklet to see if input forms have an autocomplete attribute and the value.

javascript:(function(){var c=0,f=0,t1=t2='\n',A='autocomplete';function R(w){try{var di,i,j,x,r=1;di=w.document.getElementsByTagName('INPUT');for(j=0;y=di[j];++j){if(y.attributes[A]){c++;t2+=c+': '+(y.name||'#'+y.id)+' ('+y.getAttribute(A)+')\n';y.style.backgroundColor='#ff9';}}}catch(e){r=0}return(r)}R(self);var i,x;for(i=0;x=frames[i];++i)R(x);{alert('Input: '+c+t2)}})();
more options

Now the site has saved my ID, which is what I wanted it to do. I'm not sure if the first bookmarklet worked, and I didn't know it until just now, or if it just happened luckily.

Regardless, the problem is solved now. I think for security purposes, it's best that I don't have the browser save my password, so the ID is sufficient.

Thanks for your help!