Multiple Signup Forms

pwhite - July 5, 2009 - 10:52

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

http://drupal.org/project/aut

redpuma - July 5, 2009 - 15:51

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?

chumoka - July 9, 2009 - 19:41

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

_

WorldFallz - July 9, 2009 - 20:05

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.

 
 

Drupal is a registered trademark of Dries Buytaert.