Hello,
I'm currently working on a login page for a web application. The form has 4 fields:
- contract number (text)
- username (text)
- password (password)
- language (combobox/text)
This form was created entirely with Sencha. This workes fine, but the problem is that firefox/opera/safari does not ask the user if they want to save the password once they submit the form.
I've changed the code to so that the form is in the HTML file and the JavaScript creates a new Container with the applyTo: 'MyLoginForm' config option. Now, on my Ubuntu linux box firefox, opera, safari all ask if I want to save the password. On OS X this only works in Opera.
After disabling javascript and submitting the form (without any effect from Sench) I still get the same results.
How do I make the browser save form/password fields?
Thank you in advanced for any help :-)
David E