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.
I don't understand what you're saying stopped working. Unless there's something buggy in your Marketo instance in particular, a loopback form post from a Marketo webhook to the sam...
If you have zero control over the URL, obvs. the only thing you have is the referrer.Just hope hard that everyone uses the https:// form of your URL (they probably won't, though).
That code is kinda clunky -- you only need one *= attribute selector to find the <A>s you need -- but that's cosmetic.The thing is, you are passing the Munchkin cookie value to Dom...
2 comments:1. I'd call this an Enum type, not a picklist, since it removes the confusion of using display terminology.2. What happens if an API or other call attempts to insert a n...
Are you sure there is no lead created (never mind the email address changing in the flow)? If you search by lastname, you see nothing? If you create a form with the core fields (la...
If tokens aren't working with choices, you should open a case to file a bug. I know this feature had a regression recently, and then was fixed, but this sounds like another bug.I w...
You can easily check the chosen Thank You URL by adding an onSuccess listener. The second argument to onSuccess is the URL, the first being the posted values. You can do this whole...