So I’m building a sign up flow where people land on the index page and they are prompted to enter an email which takes them to the official sign up page.
From there, I want to make it so that the email field on the next page is the value of the input on the index page if that makes sense?
So the email that is entered on the index should be set as the input value when they are sent to the next sign up page.