gpt4 book ai didi

html - 自动完成/填充未关闭

转载 作者:行者123 更新时间:2023-11-28 16:42:57 24 4
gpt4 key购买 nike

在我的网站上,我有很多表单,其中一些我不希望浏览器自动完成/填写。

我已经尝试在所有我不想完成/填充的输入上添加 autocomplete="off"

这似乎是标准方法,但我似乎找不到其他方法,还有其他方法吗?

谢谢

        <label>First Name:</label><input type="text" id="fname" name="fname" autocomplete="off" placeholder="<?php echo ($userRow['fname']); ?>" /><br />
<label>Last Name:</label><input type="text" id="lname" name="lname" autocomplete="off" placeholder="<?php echo ($userRow['lname']); ?>" /><br />
<label>Email:</label><input type="text" id="email" name="email" autocomplete="off" placeholder="<?php echo ($userRow['email']); ?>" /><br />

最佳答案

这是一项在 Chrome 上更改的功能 not long ago ,你可以像我一样通过谷歌的 Chrome 帮助论坛找到解决方案:

  1. Click the Chrome menu Chrome menu on the browser toolbar.
  2. Select Settings.
  3. Click Show advanced settings and find the "Passwords and forms" section.
  4. Deselect the "Enable Autofill to fill out web forms in a single click" checkbox.
  5. Lastly, if you are want to get rid of predictions in the address bar in Chrome, you can learn how to disable that feature.

如果这对您有帮助,那就太棒了,否则我强烈建议您通过以下方式提出请求:Google Chrome Help Forum .

同样非常重要您的表单会随着 Chrome/其他浏览器的变化而变化,因此如果您正在寻找永久解决方案,请务必了解最新变化。

关于html - 自动完成/填充未关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33509283/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com