1
私のフォームは以下に添付されていますが、私は他のフォーラムで見つけた多くのことを試しましたが、役に立たない。ブラウザに「パスワードの保存」を促すメッセージは表示されません。どこが間違っているのですか?誰かが助けることを願っています。ありがとう。いいえ 'パスワードを保存'いいえ私のフォームのブラウザでプロンプトを表示
<form id="frmlogin" action="/index" method="post" enctype="application/x-www-form-urlencoded" autocomplete="on">
<label id="landing_username" class="required" for="username">Username/Email</label>
<input id="landing_username" name="username" type="text" value="" name="username" />
<label id="landing_password" class="required" for="password">Password</label>
<input id="landing_password" name="password" type="password" value="" name="password" />
<submit id="loginbtn" onclick="LoginFun()" type="submit" name="loginbtn">Login</submit>
</form>