Download & Extend

Where do I find the content-type for the user registration form and the user login form

Project:Form Block
Version:6.x-1.0
Component:Documentation
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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.

Comments

#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

#4

Hi, you'll need to create a different page on our site, and then include the user registration block on that page instead of trying to place it on a page that already has the user registration or login forms on it.