搜索 | 用户支持

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

详细了解

Autocomplete is not saving new entries in forms (gmail subject exaclty)

  • 2 个回答
  • 46 人有此问题
  • 1 次查看
  • 最后回复者为 dyrfin

more options

It used to work ok - Gmail subject used to be saved, and I could reuse it with drop down list shown when writing first letters. But it stopped to save new entries. Saved before are still avialalble, but not new. In other forms (on other sites), autocomplete is still fully operational, with saving new entries with no problem.

It used to work ok - Gmail subject used to be saved, and I could reuse it with drop down list shown when writing first letters. But it stopped to save new entries. Saved before are still avialalble, but not new. In other forms (on other sites), autocomplete is still fully operational, with saving new entries with no problem.

所有回复 (2)

more options

I am facing the same problem. Gmail Subject autocomplete has stopped working all of a sudden. Tried clearing caches, cookies, etc. Tried all browsers!

more options

Since I need to send many e-mail with same subject daily, I managed this problem in some way. I created simple html file, with only this inside:

<form method="get"> <input type="text" name="subject" size=100><input type="submit" value="save"> </form>

When I need to save new subject, I open this file (no need to be uploaded, works from hard drive), write my subject, and click save. Then it is avialable in gmail.

Strange, stupid, but works :)