I have a site that needs to allow two different types of people to register. 1. Businesses, 2. Community members

Is it possible to have two different types of user registrations? Ideally, I'd like to have a page that asks "are you a business or are you a community member?". You click on one of the two options and get directed to the proper registration form.

I know that it's possible to create generic webforms for people to fill out, but I'd like the information to be used to automatically generate user profiles like the default user registration process does.

Thanks for your help!

Comments

WorldFallz’s picture

Yes-- you can set this up in a couple of ways.

If you want to use the core profile module, use the http://drupal.org/project/profile_role contributed module.

If you need more complex profiles, with all the capabilities of drupal nodes, you can use the http://drupal.org/project/content_profile and http://drupal.org/project/autoassignrole contributed modules.

bmblack’s picture

those look like they'd work well, except they're all for drupal 6.x or higher. I'm running drupal 5. Any suggestions??

WorldFallz’s picture

sorry about that-- didn't catch the d5 tag on your post. You might be able to do this in d5 with http://drupal.org/project/nodeprofile. Though you should really consider upgrading to d6. I'm in the process of it now myself for exactly this reason.