Login for members of same company.. need an advice

I created a app where I am inviting people to join the platform. Is an app for Meet and Greet at the airport. However, Limo company join and they are able to book Meet and Greet with us. The problem I have is: I don’t know how to make them send invitation to their drivers. They are creating drivers inside, but if they ask them to sign up they are going to my onboarding flow “to create a company” and they are creating a company and they become an owner of a new company with same name… Does anyone know, what is the correct way of doing that? Thank you!

You can have multiple onboarding flows setup, each one for a different user group. Take a look here for guidance on how to achieve this.

3 Likes

Exactly! Create different user groups for these types of users so you can personalize their experience :slight_smile:

1 Like

Thank you for your help I got it!

1 Like

@Boyko You’re running into a multi-role onboarding issue – pretty common in Softr.

The clean way to handle this is:

  • Create a separate driver signup page (different from the company onboarding).

  • Pass the company ID in the invite link when the limo company invites a driver.

  • On signup, automatically assign that user to the existing company instead of creating a new one.

  • Hide the “create company” flow for users coming through the driver invite link.

This keeps one company record and lets drivers join under it instead of becoming new owners.

1 Like