Hi All,
I am trying to figure out the best way to pre-populate the email address in the unsubscribe page. So basically, in our unsubscribe page, we want to show the email address to the person who clicked on link but they should not be able to edit the email address.
I used default value (email address token) for the email address field but default value will get the data from stored cookie and it might differ in some cases.
Is there any way, we can get the email address picked from email?
Any help will be appreciated.
Thanks,
Sant
Solved! Go to Solution.
I think you achieve this by blocking field updates in admin on the email address field. I haven't tried it but I anticipate it would work.
Blocking fields means it will not allow to update the field value and I don't think that will help.. Thanks for suggestion..
Nope, blocking field updates isn't related to the need here. That doesn't have anything to do with the way the field value or form field is displayed on an LP.
What Sant wants is either static HTML text or a read-only form <input> w/the Email Address value linked to the lead that clicked a Marketo-tracked link (which is not necessarily the Email Address of the lead associated with the current Munchkin session).
Unfortunately -- perhaps surprisingly -- this would take some tricky JS to accomplish because of the possible disparity between the associated lead and currently-visiting lead.
Thanks Sanford Whiteman, If we can manage to add the email address in the unsubscribe page url, is it possible then?
If we can manage to add the email address in the unsubscribe page url, is it possible then?
Yes, if you did it that way it would force only the email recipient/clicker's email to be used.
Thanks Sanford Whiteman. I will try to implement in this way..
Hi Sanford
I have some doubts on the unsubscribe functionality - please help
I am new to Marketo and getting to learn. Please pardon my ignorance.
Thanks,
Jignesh
Hi Jignesh Bhate, This has to be defined in the email setting under admin section then you will see the code.
Is there an actual tutorial/documentation on how to set this up?
What exactly are you trying to do? There’s nothing too technical in this thread, just a couple of different ways to put a hidden Email field (or no Email field) on the form.
Just what the title of the post is; "What is he best way to pre-populate the email address in unsubscribe page?" The most basic common courtesy of any email marketing campaign.
I'm looking for comprehensive documentation on the whole process to pre-populate the email address in unsubscribe page. What is a token? How does that prefill the email in an input?
Form Pre-Fill is here in the product docs.
Tokens are fundamental building blocks of Marketo LPs, emails, and flows, introduced here.
If you’re sending people to an LP from a tracked link in a Marketo email, you do not need to include the Email field on the form itself (as a user-editable input) because the form submission will typically be done on behalf of the person who received the email. It’s still a fine idea to include it to catch some edge cases. But you could also include the {{lead.Email Address}} token somewhere outside the form in a Rich Text area.
Can you open a new Question in Products for this, please?
Sure. Will do it!
Apologies Sanford Whiteman and Sant Singh Rathaur for barging into your thread.
Never mind!