If you generate a login overlay with javascript (via ajax loaded content or with JS templates), browsers usually (firefox, safari) don't use autocomplete in these input fields. It's really annoying, do you have any ideas how can I fix this?
Do I need to generate a hidden form inside the original HTML and move this form into this overlay?
Thanks, Andras
<input ... autocomplete=ON />?