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

gunner1095’s picture

Any ideas? Does my question even make sense?

jtjones23’s picture

Check out the Content Profile module.

http://drupal.org/project/content_profile

gunner1095’s picture

Looks like this is what I need! Thanks.

sijans’s picture

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

broncomania’s picture

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?