I am using Content_profile BETA 4, Auto_assign_Role DEV version with Drupal 6.13.

1. I created two roles Alliance and Change Makers
2. Created 2 Content Type with some more CCK field using CCK, Alliance Info And Change Makers Info
3. Promoted both the content type as Content profiles, Use at registration time and Use at auto Assign Role path.

Both Content Profiles are displayed at User Registration Form. I want to use only one at a time like
for user/register/role/4, I want to use Alliance Info only and for user/register/role/5 I want to use Change Makers Info. When I fill both Content Profiles, user is assigned that particular role also. Even for user/register, both the content types are displayed.

is there some solution for this ?

Thanks and Advance

Devender

Comments

doublejosh’s picture

Been hoping for a solution on this.

The stopgap I may do it to do a form alter to unset the fields I don't need for each form. But that's sure isn't elegant.

Can the maintainer point me where I should look and maybe a patch will happen.

drupaledmonk’s picture

Even I want to hide some fields during registration. I was thinking that I would do it using field permissions and remove permissions to anonymous user for the fields I don't want him to see on registration page. Is there any other way to do this??

doublejosh’s picture

Still looking for a solution on this one. I can't bring myself to use the form alter.

Found this, but haven't been all the way through it: http://drupal.org/project/profile_setup
Looks like it's more about creating a node within a registration process.

Another: http://drupal.org/project/nf_registration_mod (D5)
Odd looking one: http://drupal.org/project/accounttypes (D5)