hello

is it possible to configure drupal, that it allows to choose between 2 different profiles at the registration?

because the website should be made for two different target groups. a person should be able to select, what kind of target group he/her is and then there appears a different registration form. one with a bit more required personal information.

possible?

Comments

Anonymous’s picture

sysspoof’s picture

thank you. it already helps me a bit. now, is it possible to assign profile settings to groups or account types?

i want that some groups or account types have a different user profile, then other groups/account types.

Is that possible?

faunapolis’s picture

Subscribing

karlblau’s picture

Im in search of a simular solution, if anyone have any info pls let me know...

faunapolis’s picture

Hi, I gave up on this issue, didn't resolve it. Please let us know if you find a solution.

http://www.faunapolis.org/

steven215’s picture

I am also developping a website and i need this function. Basicaly I have a free account type and a pro account type.
On registration user should be able to choose if they want a free account or a pro account, then the form will be different depending on the account type they just choose.

Do you have any answer on this yet?

Thank you in advance.

Steven

___________
Crea2D.com

steven215’s picture

I finally found this module that makes pretty much it !

User types

Right now in dev, but it works pretty good !

Hope this helps
________________________________________________
Crea2D.com

down999’s picture

yeaah perfect module... thank you for tip. I'm free man now... :) :) :)

bgogoi’s picture

I achieved this with

1. node profile (to sue a content type as profile.. and embedded into the registration form)
2. role_signup: this allows to bring option to choose which account type the user wants t register. according the desired regd. form is shown

Actually this page gave me clue: http://mybesinformatik.com/content/custom-role-dependent-user-profiles

best of luck!

In Drupal 6.x, I am still not getting the similar solution! any idea?