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?