autocomplete = 'off' is not working on firefox

后端 未结 17 1750
無奈伤痛
無奈伤痛 2020-12-17 09:25

I created 2 login pages of same domain.

  1. www.example.com/login.cfm
  2. www.example.com/newLogin.cfm

I put the form name different for 2 forms

17条回答
  •  天命终不由人
    2020-12-17 09:40

    Try this :
    
    
    

    Type must be the same. The hidden password will be fill instead of real password input.

    If it's a new password (or reseted) use autocomplete="new-password" instead of autocomplete="off".

    Hope it helps.

提交回复
热议问题