Firefox saving password for a 3-field password form in Firefox
- by Chris
I've been requested to find a method of saving passwords on a form that uses three inputs, all set as type="password". It seems that Firefox will only save the password for the first password input. Here's the code foundation, which I simplified.
<FORM NAME = "PSWRD" ACTION="index.pgm" Method="POST" TARGET="frame">
<INPUT…