I’m developing a project that has two types of User profiles: Customers and Business Profiles.
How would I go about creating this? I read though the documentation and says something about user types. The thing is tho, it seems that I would have to enter the user type into the spread sheet myself and also seems nigh impossible to give my sign up form a role type. So I just make a separate profile on the spread sheet for business users?
Okay, so I managed to get two separate users but I guess my only question is how to I design two separate profiles types under the User Profile tab? I should be able to do this.
For example, I want to design a different look of user profile a certain way and a business profile a certain but under the user profile tab it only let’s me design one user type
You can set visibility conditions on components, based on the user type. This is a great use case for the container component in Pages. Put all user components in one container, and all business components in another container, then put a visibility condition on each container.