Jump to content

Sign In Form and Autocompetition of credentials


Ilia Goranov

Recommended Posts

The sign in form is loaded using AJAX. That is why Firefox do not autocomplete your username and password (if available) in this form.

The problem is that most browsers attach an event to those forms on page load. So when loading an AJAX form you do not fire the page load event and no drop down menus, suggestions or autocomplete does not work.

The solution is to load the from as a hidden element with the main HTML source. Later you can just show that form. This way the autocomplete will work proper.

Link to comment
Share on other sites

  • 4 months later...

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...