By mimetic2 on
Hello,
I have two roles, regular user and wholesale user.
When a regular user signs up the normal email and password is fine. However i'd like to make it so that a user has the ability to see a dropdown menu and if it's wholesale, new profile fields show up such as address, etc.
Is this possible? Seem's like it would be relatively easy.
Best,
Aaron
Comments
bump
bump
AFAIK, the profile.module in
AFAIK, the profile.module in Drupal core will not allow you to expose different profile fields based on roles. You will have to go with a profile-as-node solution like Node Profile, which will allow you to assign a different profile node based on the user's role. The Bio module allows you to expose fields to the user registration form, alas, it only allows the assignment of one content type as a user node. In other words, I think you're looking at some custom coding for this one.