3 different types of sign ups

Hey guys,

I’m trying to build a flow for each type of users, I have 1 sign up/login form.

I’m not sure if I need to have 3 different types of forms?


Google Chrome - Foodhus1 | Bubble Editor — Watch Video

Appreciate any help!

You can do it either way, but I suggest going with one since a number of the fields will be needed irrespective of the selection.

Step 1: Define the common fields and build your form with those as a static base.
Step 2: Add a custom state to your popup something like “WhichOption”.
Step 3: Define the fields that are specific to each selection and stick them into three different groups vertically above each other in the editor. (don’t put them over each other to cover them up as this messes with responsiveness).
Step 4 : Then put a condition into each group that makes them visible based on WhichOption. Also make them collapsible when hidden.
Step 5: Within your 3 workflows to open the popup, add a step to set WhichOption.

Hey @SerPounce, really appreciate your feedback.

Is there a way to visualize this?