I’m trying to create a website where 2 types of users should be able to sign up/login:
user 1: EMPLOYEE user 2: EMPLOYER
USER 1:
Every employee (of different companies) should be able to login.
When they sign up or log in they are redirected to their dashboard
where they can see all the created projects
USER 2
when the user sign in as employer they will navigate to job post page
Yeah just use an option set to say if they are an employee or employer, add this as a question at sign up, then make conditional rules on your page routing workflows to send them to the right one