Sign up user Database

I need to sign up users into 2 distinct user types, say sign up as a blue user or sign up as a red user so that each user type has its own database/profile. Any help or work arounds? I just need to display red users on a map searchable only by blue users.

In your database, create user categories and UPDATE the logged in user based on the conditions that make them RED or BLUE user.

Thank you for your response. I will give it ago and let you know how it goes

Regards

I finally sorted the issue with a new page following sign up that required the new user to select a red or blue button and using true/false conditions I delineated the dB
Thanks again for your help

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.