Hello!
I’m trying to create a sign up flow in two stages
On page 1, I ask the user to type in their email. I then created a button that (I think) navigates to page 2, but also sends the email address
On page 2, I am asking for name, last name and password.
When the user hits a “next” button which I created, I want the workflow to sign the user up using the password and the email from the first page, but the error I get is “Please include an email”
What I noticed is that the URL is https://appname.bubbleapps.io/step1/email@domain.com?Email=
What am I doing wrong?