By gunner1095 on
Hi all,
Is it possible to add a CCK field to the user registration page? I know I can create custom fields with the profile module, but I would like to also attach a CCK field to the registration form. Is this possible?
The only lead I found was the node profile module, but it doesn't seem to be available for Drupal 6.
Thanks for any input!
Comments
Any ideas? Does my question
Any ideas? Does my question even make sense?
Check out the Content
Check out the Content Profile module.
http://drupal.org/project/content_profile
Looks like this is what I
Looks like this is what I need! Thanks.
yes we can do that from cck
Check out the Content Profile module.
This module builds user profiles as content, which opens the opportunity to use all the powerful modules for content for user profiles too, e.g. the Content Construction Kit (CCK). It’s intended to be simple and useful, but extensible by further modules.
Content profiles can be restricted to certain roles; the module also supports separate content profiles for different roles.
http://drupal.org/project/content_profile
Diffrent node type cck fields
I want to extend the user_registration with my newly created content type field. It is not a profile node! So how can I add the field as a requirement during the registration.Is there a simple solution?