I am creating a log-in page where a user is directed to a new page which is different depending on the type of user group(such as a group of customers, company representatives, or admins) depending on the user group. I tried to add a dropdown input to categorize them on logging-in but couldn’t find the solution.
You need to add a field in your User data type called “UserType”… then, on the workflow for logging in, you would have several “navigate to page” steps. Each navigate to page step would have an only when condition on it “when Current User’s UserType = X.”
essa Informação fica guardado em qual banco de dados ? no usuario ou terei que fazer um banco de dados separadamente ? para clientes, representantes da empresa ou administradores ?
Yes, put the only when condition in step 2, or any step thereafter that navigates them to a different page. You’d manually write out the condition. Something like Current User’s usertype is Customers.