Login/Signup - Basic

Just getting started with Bubble and it I’m trying to accomplish the following with Bubble’s canned header and login/signup components:

Click login button -->> navigate to login/signup page -->> show login form / hide signup form
Click signup button -->> navigate to login/signup page–>> show signup form / hide login form

The navigation is simple, but how can I use workflows to show/hide the appropriate form on the login/signup page?

Hey, you can use URL parameters to pass info regarding if the user is trying to Login or SignUp. And keep conditions on the form to show/hide on the basis of url params value.