Passing email from Landing Page to Sign Up Page

Hi all!

I have a Landing Page that has an Email Input + a Sign Up Button, when the user enters their email and clicks the Sign Up Button it navigates them to the Sign Up Page.

How can I dynamically pass this email from the Landing Page to the Sign Up Page?

Pass the data as as a page parameter.

1 Like

Use the navigation go to page action…send a URL parameter which would be the email address…when on the signup page in the input used for the email address use the Get URL data operator and select the URL parameter that has the value of the email address…make sure it is type text

1 Like

Thanks for this thorough explanation, it’s exactly what I needed. Thank you!!!

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.