Conditionally choose which page is returned after sign-up

HI, I’m new to Bubble and I really like what I’ve read and reviewed online so far. I have begun to build my App but have run into a problem already… and I hope the solution is simple – just new to me.

So I’m developing an app for Veterans and I need to be able to “route” the Veteran to one of three different pages when they sign up. I want to App to decide which page they go to based on the dropdown option selected by the Veteran. I’ve been trying to get this right for a day or so but it seems I keep hitting brick walls. Can someone point me in the right direction?

I’ve viewed a number of videos but none seem to help. I’m happy to share whatever information is needed to move forward.

Thanks…

Hi there, @dedoceo… in your sign up workflow, you should be able to add multiple Go to page… actions that each have an Only when condition on them to go to the specified page only when the dropdown’s value is a particular value. Have you tried something like that? Can you share some screenshots of your sign up workflow?

Best…
Mike

If it helps, here is an example where I have an option set called OS Veteran Options that defines the options in a dropdown called dropdown | veteran options. Then, in the sign up workflow, I have a couple of Go to page… actions that look like this.

Step 4 is similar except it goes to page2 when the dropdown’s value is Option2.

1 Like

Hi, thanks for the SUPER quick response! Fully appreciate you… I’m making thiese changes now to see what happens…

I made the recommended changes but the page did not change. Here is a screenshot. I did verify the new data did go in to the database but I must be missing something…

It might be that I have too many sets… What I trying to do is capture specific information and storing it into the database immediately.

Also, here is a view of the data in the Signup form…

What do your only when conditions look like? If you are using the dropdown’s value (as opposed to using the Current User's User Type), it could have something to do with the inputs getting reset before navigating to the next page.

OKay… let me check that…

Yes Sir…

That’s what it was… BIG THANKS!!! I can breathe (LOL). I truly apprecaite your effort on my behalf… The issue was the “reset relevant inputs”.

1 Like