My website uses both the Logintoboggan- and focus-modules.
I can't get a focus on the first input-field on the page www.kennisakker.nl/login.
Logintoboggan doesn't change the user_login_form in a form_alter-hook. I tried all kind of names for the form in the Focus-settings, but nothing works. What am I doing wrong?

Thanks,
Erik Greve
www. kennisakker.nl

Comments

anders.fajerson’s picture

That doesn't look like a standard login page, how is that form rendered? http://www.kennisakker.nl/user/login works for example.

The form has to be rendered with the form API for Focus to work. Using print drupal_get_form('user_login_block'); should work, as well simply enabling the user login block on that page.

anders.fajerson’s picture

Status: Active » Closed (fixed)

No feedback so closing this.