Closed (fixed)
Project:
Autofocus
Version:
5.x-1.0
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Jul 2008 at 11:05 UTC
Updated:
19 Sep 2008 at 15:17 UTC
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
Comment #1
anders.fajerson commentedThat 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.Comment #2
anders.fajerson commentedNo feedback so closing this.