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.
It would be better if you defined in full detail what you’re trying to do when onSubmit is fired. onSubmit fires before anything is put on the wire, and any onSubmit listener can a...
{{program.id}} is an inherent property of the Program. It's always available, there's no race condition like what you're describing.The cause is far broader: you can never compare ...
That’s consistent with one being a mail scanner and the other an actual human.
Btw the multiple IP addresses for a single hit happens when there’s an HTTP proxy in use.
As of now, we are using one list upload for every program status. I've thought on referencing those Program Statuses in one column to match PMCF and have an internal campaign run t...
But it is not redirecting. It just stays on the page.
Then you have other JS that’s keeping it on the page (i.e. an onSuccess function). It’s not the JS above, which doesn’t dire...
There’s nothing that creates an object called $oppty before this code:
#if($oppty.Role.equals("Private Bank"))
#set($AssociateId = $oppty.associateID)
#break
#end
Therefore the #...