I know that the question of Multi Sided has already been discussed a lot but I have a small problem that I can’t solve (despite the tutorials and youtube videos).
I have 2 users: Clients and Professionals
Clients : Mail & Password
Professionals : Password (only)
For professionals, I tried to create a login form only with ONE password field but I have an error (I have the impression that it absolutely wants a mail field).
So my question is: How do I differentiate between 2 users, one with an email address & password (Customers) and one with only a password to fill in (Professionals)?
In Adalo, you need to use both email and password, if you do not want to ask email for certain type of users, you can use random text, using custom formula and RAND().
Despite your advice, I still haven’t managed to get what I want. I’ve been testing things but I still can’t tell the two users apart. I can’t make the connection with my true and false.
@Bobby what do you mean through “link to either page based on the True/False of the Booelan” ? Which pages ?
So when a user logs in, signs up, or launches the app when they’re already logged in, we send them to the splash screen. The splash screen directs them to the proper placed based on the true/false parameter.