I know there are some topics about this but i'd like some light about what possible solutions to choose.
(I'm using content profile and auto assign role)
I want my user to click "register" and choose between normal sign up or a specific role sign up. In the normal one they become just authenticated users.
the thing is: i want my specific role to have additional fields available only for users who have that specific role.
ok now I got two different scenarios to choose from.
one is to create a specific content type and enable it to work with content profiile and add it to the register form. but this one depends on a role assignment before the registration (what i think it's impossible).
example: the user select "specific sign up" then they have the specific fields to fill.
the other scenario would be: the user create the account with normal fields and after that if they chose to have the specific role they'll be leaded to another form with the specific fields.
it would be good to have another content type only for the specific fields cause I have already lots of users at my site and would like the specific existing ones only to fill the additional fields.
sorry if I look confusing... i only need some light to go on...