Where do I find the content-type for the user registration form and the user login form
stevelack - September 2, 2009 - 03:24
| Project: | Form Block |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I'm trying to display the User Login and User Registration forms in a block with this module. I had no problem displaying a webform by going to /admin/content/node-type/webform and enabling the "Enable data entry from a block" feature. I don't know where to find the Login and Registration nodes to do the same.

#1
Same problem here
#2
User login appears in blocks by default, even if you have formblock module enabled or not (Search for "User login" in admin/build/block)..
You don't need to configure user registration block in a form, it appears in the same place (admin/build/block) when you enable formblock, just search for "User registration form" there, that's the block you're looking for.
#3
Thanks for your response. I'm sure this is something simple that I'm just not seeing but here's my problem:
The user login block appears as a block. I have it set to link instead of Standard. When they click on the link they are taken to /user/login?destination=node/4 . For that page I have created a page-user-login.tpl.php in order to add some text and links at the top of the login form. I would like that form to still appear as a block but it is only showing up only as fields on the new page. What am I missing? To see the site live: http://www.satspeedprep.com when you click on login you'll see what I mean. I would like to have that entire form including the text and login fields appear in a block. I probably inadvertently over rode something but can't seem to find it.
What I'm trying to do is make the login and registration forms match the appearance of my Contact form: http://www.satspeedprep.com/contactus