Hi again.
Thanks for your earlier replies. I have this working for the most part now, but am coming up against a problem with the cookies that Jep touched on in his response.
First, my solution as it stands today:
-
Lead takes an action on our site, we capture it and when certain criteria are met, we pass this lead on to a lead owner via an alert
-
The alert sends the lead values via tokens & includes a link to a feedback landing page
-
The link to the landing page is built with the query parameters & tokens as suggested by Charlie above
-
The form fields on the landing page populate from the values in the querystring with the exception of the required "Lead Feedback" field. All fields except Lead Feedback are set to read-only using JS
-
Lead record is updated with the data that is populated/entered from the form
-
User goes to TY page after form submission
All this works great. The problem is the lead owner is now being associated with the lead. For example, we have a lead - Jane Smith - who we pass on to the lead owner - John Doe. John clicks the link in the email and is taken to the LP with form that is populated with Jane's info. Jane's feedback field gets updated, but Marketo now thinks John is Jane. The next time John fills out a form on a regular Marketo LP, it is pre-populated with Jane's info.
I removed the munchkin code from the template on the landing page and thank you page. I set the form to not pre-populate in the form settings. I see there is another cookie being set on the LP and TY page: RSMKTO1 I'm not sure how to remove that or even if that is my problem.
Thoughts?