I'm a web, database, and network architect based in NYC, with specializations in the financial services, publishing, and SaaS sectors.
I build complex Marketo integrations for companies large and small... and can make Marketo forms and emails do things you never thought possible!
Check out my blog at https://blog.teknkl.com, which has Marketo-specific technical insights you won't see anywhere else, along with wider topics from my programming and systems work.
Add an HTML block (this example assumes product is the name of your hidden field, change appropriately);<SCRIPT>MktoForms2.whenRead(function(form){ form.addHiddenFields({ product...
You certainly need to add a link in your email, otherwise there will be nowhere for recipients to click!When you add the link (standard <A href=>) Marketo will rewrite that link so...
What's the URL of the test LP?The code assumes the name of your Lead Source Detail field is, literally, "Lead Source Detail".You don't want to (don't need to) add this field to the...
The pathname is different for each document, yes -- and we can always read the current document's pathname from any web page using the built-in variable document.location.pathname....
Yep, copying the last token of the pathname (the "page name" in lay terms) into a field isn't an automatic function, so it needs to be done as I noted. Did you try my code?