Confirmation/TY page showing different email add | Community
Skip to main content
Level 2
November 2, 2022
Solved

Confirmation/TY page showing different email add

  • November 2, 2022
  • 2 replies
  • 2231 views

We have a form that's embedded on a landing page. When someone fills out the form it redirects to a thank you page that says: "thank you for registering. we sent a pass to your email {{lead. email address}}". However, lately we encountered a problem where  a lead fills out the form but the email add on the thank you page is different from the one that was used in form.  For example, i filled out the form and i used abc@xyz.com on the form's email field. After submitting the form I get redirected to the thank you page but the email token shows a different email "thank you for registering. we sent a pass to your email "def@xyz.com". I've already disabled munchkin tracking codes but the problem still persists. Has anyone encountered the same problem? Thanks!

Best answer by SanfordWhiteman

This is completely normal behavior. Lots of people don’t understand the nature of a Marketo form post and how it relates to session association.

 

A Munchkin session is not guaranteed to be associated with the person who submitted the form by the very next pageview. Association happens in the background. It may happen a few seconds later — or, under very high load, a minute or two later — but it must never be expected to be complete by the time the Thank You page is shown.

 

So if you want to show the latest data from the form on the Thank You page, the best way is to add the form fields to the Thank You URL and read them on the destination page.

 


I've already disabled munchkin tracking codes

You certainly don’t want to do this. It’s just causing confusion because disabling Munchkin doesn’t delete the existing cookie (nor would it help if you deleted the cookie).

2 replies

Darshil_Shah1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
November 2, 2022

Could you please add the link to your landing page that has the form on it so we can see this happening?

 

SanfordWhiteman
SanfordWhitemanAccepted solution
Level 10
November 2, 2022

This is completely normal behavior. Lots of people don’t understand the nature of a Marketo form post and how it relates to session association.

 

A Munchkin session is not guaranteed to be associated with the person who submitted the form by the very next pageview. Association happens in the background. It may happen a few seconds later — or, under very high load, a minute or two later — but it must never be expected to be complete by the time the Thank You page is shown.

 

So if you want to show the latest data from the form on the Thank You page, the best way is to add the form fields to the Thank You URL and read them on the destination page.

 


I've already disabled munchkin tracking codes

You certainly don’t want to do this. It’s just causing confusion because disabling Munchkin doesn’t delete the existing cookie (nor would it help if you deleted the cookie).

Level 2
November 2, 2022

Thank you Sanford!

 

Sorry noob here. Should I paste your codes on the TY landing page or should I create a token for the TY URL. for example asd.com/{{codes}}.html

 

Just curious, why is deleting cookies not helpful? 

SanfordWhiteman
Level 10
November 2, 2022

Sorry noob here. Should I paste your codes on the TY landing page or should I create a token for the TY URL. for example asd.com/{{codes}}.html

The JS goes on the Landing Page, not the TY (has to, that’s where the data is sourced).

 

On the TY you can read the values from the query string and output them into the page.

 

Also note that if you don’t have a separate TY page but merely replace the form with a Thank You message on the same page, this is much easier.

 


Just curious, why is deleting cookies not helpful? 


Because you want to associate sessions with known people!