Create Workflow

Hello Guys,
I need help with something I am building on Bubble. I want my dashboard to be multi-pages.

Now the form that I have made . I need the form to be displayed only when the New quote button is pressed. Lets say When a use presses Live quote an another page displays.

I cannot create a workflow for this.

Can someone help me?

In workflow you can select ‘Navigate’ and then choose the page you want to go to.

This is fairly straight forward

Have each buttons workflow be like

When button is pressed, go to page
Send additional parameters
p = quotes (for example)

Create your pages by layering a handful of groups exactly on top of each other. Go through each and set it to not be visible on screen load. Have a conditional on each

When this pages url P contains quotes (For example )
This group is visible

This topic was automatically closed after 70 days. New replies are no longer allowed.