Transfer data from one form to another form
Hi All,
We are trying to capture the user details in two different pages, so we used two different forms. For this scenario we have followed the below process.
1) When the 1st form get submitted we passed the email address in the form.onSuccess -> location.href = "2nd_Form_LP_url.html?email ="+emailAddress.


2) Then in 2nd Form LP, we used the JS to capture the email values from URL and stored it in hidden field. So the 2nd form field values will saved against to same email address in DB.


But we need to avoid passing the email address in URL and store the 2nd form field values in Marketo DB.
Kindly share your feedback and is there any other solution to achieve this.
Thanks in advance.