Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Autocomplete does not work on certain forms

  • 4 trả lời
  • 68 gặp vấn đề này
  • 23 lượt xem
  • Trả lời mới nhất được viết bởi 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?

Giải pháp được chọn

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

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (4)

more options

Giải pháp được chọn

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!