I have webinars which use a 2 landing page/2 form registration process.
Form 1 is just an email address
Form 2 contains 4 additional fields
Yes I know there's JS to do this on a single LP but we have 2 different styled LPs for this 2-step process so here we are.
On Form 2, email field is hidden with prefill turned on. So far this is working fine, BUT there's a problem when someone clicks through the email invite which has been forwarded to them.
In Form 1 they enter THEIR email address, but somehow when they get to Form 2, the hidden "email" field gets populated with the original recipient's email address. What ends up happening is this new recipient is now updating the original recipient's information with their own.
Is there a way to pass the new email entered in FORM 1 to the hidden field in FORM 2?
... View more