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.
Not gonna be possible within the platform itself. Marketo does record Data Value Changes to the Activity Log (which is good!) and stores them for 90 days. But you can’t build a rep...
OK. First, you don’t want to disable the button because that breaks even the ability to validate the form. (This is a restriction enforced by the HTML engine.)
But you can make th...
There are a lot of different angles with this integration, and it's hard to troubleshoot without eyes on it. (Luckily, once you get it working it generally stays that way!)Did you ...
This isn't really the place to troubleshoot code running on a totally different server. The design of that PHP code is totally wrong, though: you don't need to (and certainly shoul...
You can't do this with a native flow step because there won't be a shared state (i.e. counter) to increment. It requires a webhook-compatible service, which can distribute leads 1-...
There’s no built-in way to get the Form Name.
You can switch from loadForm() to newForm() and fetch the descriptor yourself, which lets you read the name — but that’s a major dev ...
As noted on your other thread, you can add 300 leads at a time using Add to List.You can also use the Bulk Import API, which is metered by the size of the file (10 MB max) as oppos...