Hi,

I'm just trying to work out how to have multiple register forms in Drupal 6. I'm using the content profile module to add CCK fields into a registration form.

ie. if a user signed up they would go to /user/register/user and get CCK fields such as date of birth.
Alternatively if a company wanted to sign up they would be directed to /user/register/company and get CCK fields such as organisation name etc.

I've seen other Drupal based sites do this but can't work out how.

Many thanks

Comments

http://drupal.org/project/aut

http://drupal.org/project/autoassignrole might be what you're looking for, you can create paths which result in the user having a certain role.

Any news on this?

Hi have you managed to figure out how this signup could be solved? I'm working on the same issue, tried a bunch of different modules but couldn't find out how to do it. Any advice would be nice. Thanks

_

There are basically two ways to implement this:

  1. core profile module plus the contributed profile_role module
  2. content_profile and autoassignrole modules. I believe you'll need the lastest dev versions of both modules -- the integration between the two was only recently added.

_
Don't be a Help Vampire - read and abide the forum guidelines.
If you find my assistance useful, please pay it forward to your fellow drupalers.

nobody click here