搜索 | 用户支持

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

详细了解

Form Fields Autofilling Despite autocomplete="nofill" or autocomplete="off" ( Autocomplete is needed for some fields but not for others, so it cannot be controlled at the settings level)

  • 无回复
  • 0 人有此问题
more options

Hello Firefox Support Team,

I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off" or "nofill".

<form>

   <label for="username">Username:</label>
   <input type="text" id="username" name="username" autocomplete="nofill">
   
   <label for="password">Password:</label>
   <input type="password" id="password" name="password" autocomplete="off">

</form>

Despite trying several variations, Firefox continues to autofill these fields.

Could you clarify:

Is this expected behavior in Firefox? Are there specific guidelines or workarounds to prevent autofill in cases where it is not desired? Are there any browser settings or configurations that could override the autocomplete attribute? - Autocomplete is needed for some fields but not for others, so it cannot be controlled at the settings level Any help or guidance would be greatly appreciated!

Hello Firefox Support Team, I’m experiencing an issue where Firefox is autofilling form fields even when the autocomplete attribute is explicitly set to values like "off" or "nofill". <form> <label for="username">Username:</label> <input type="text" id="username" name="username" autocomplete="nofill"> <label for="password">Password:</label> <input type="password" id="password" name="password" autocomplete="off"> </form> Despite trying several variations, Firefox continues to autofill these fields. Could you clarify: Is this expected behavior in Firefox? Are there specific guidelines or workarounds to prevent autofill in cases where it is not desired? Are there any browser settings or configurations that could override the autocomplete attribute? - '''Autocomplete is needed for some fields but not for others, so it cannot be controlled at the settings level''' Any help or guidance would be greatly appreciated!
已附加屏幕截图

由Raghava Sravani dasari于修改

您需要登录才能回复。如果您还没账号,可以提出新问题