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.
Comments
Comment #1
skilip commentedHi marita93,
Did you logout first? The login form is only loaded when the user is logged out.
Best, Philip
Comment #2
jaxpax commentedI receive exactly the same error, and I'm logged out.
/Patrik
Comment #3
skilip commentedDid you try 'user_login'?
Comment #4
jaxpax commentedYes, 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
Comment #5
jaxpax commentedOne more thing: exactly where should this window pop up? What should trigger it?
Comment #6
marita93 commentedthe "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.
Comment #7
jaxpax commentedAhhh 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?
Comment #8
skilip commentedIn the 'show link' field, try something similar to 'a[@href*=user]'
Comment #9
jaxpax commentedOk, 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!