Hi All,

I am very new to drupal and want to create a registration form that has nearly seven roles.
And that roles will come in a dropdown in registration form. User can select a role from dropdown while creating an account and based on the role select, user will access areas of the site.

Please help me in achieving this.

Thanks in advance.

Comments

abhishek sawant’s picture

can use Autoassign role module (http://drupal.org/project/autoassignrole) where you can create multiple roles and enable for user to select any role during registration and you can configure the access of your content as per role.

Abhishek Sawant
Drupal Developer

jawedshamshedi’s picture

Hi Abhishek,

Thanks this module worked exactly the way I wanted.