I am just starting here with bubble, I have a basic question, how do you hide let’s say Pop Up 1 and show Pop Up 2 with the goal of creating a multistep form?
I am wondering if someone can share a workflow for this or give me some pointers
Many ways you can do this. As mentioned you can put Show and Hides in the workflows.
Another way is to use Groups instead of popups and make them Not Visible on page load (uncheck the checkbox)
Then you would use either Custom States or Parameters as well as Conditionals on the Groups themselves to appear when a condition is true. The Show and Hide method is easier if you are unfamiliar with Custom States and Conditionals, but if you want to learn about these they can be powerful and depending on the exact User Experience you want they can be easier to use