I installed and configured the module, and static content displays nicely in the float windows. I can't get the forms to display, when I enter the form id of "user-login-form" into the advanced part of the float_window edit page, the window opens, but it cannot find the form. Here's a screen print of the error message.

CommentFileSizeAuthor
logon.png10.1 KBmarita93

Comments

skilip’s picture

Hi marita93,

Did you logout first? The login form is only loaded when the user is logged out.

Best, Philip

jaxpax’s picture

I receive exactly the same error, and I'm logged out.

/Patrik

skilip’s picture

Did you try 'user_login'?

jaxpax’s picture

Yes, but I don't know why, but now an alert box pops up that says: warning: Missing argument 1 for user_login() in /home/.. -> ..modules/user/user.modules on line 1238. When I close this down one empty floating window shows up.

//Patrik

jaxpax’s picture

One more thing: exactly where should this window pop up? What should trigger it?

marita93’s picture

the "user_login" worked for me! For a simplenews form I used "simplenews_block_form"

Thank you!

Patrik - what I used to get it to trigger was under the access/Pages field I put "node/6" and that is the node that is my home page.

jaxpax’s picture

Ahhh now it works for me as well =)).
Marita93 - Thanks allot for the explanation, made things a little bit clearer. Lets say I want to trigger this login_form when clicking a "Log in" link, how would I go about to do that? And how/where can I find the forms ID?

skilip’s picture

In the 'show link' field, try something similar to 'a[@href*=user]'

jaxpax’s picture

Ok, and where does this link show up when I've entered 'a[@href*=user]'? I have to ask because I'm one of those who's an absolute beginner when it comes to JavaScript.

Thanks!