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.
We’ve had theping of death. Thezip bomb. Now meet the Extinction Level Email™: an otherwise simple email that slows Outlook for Windows to a crawljust by being in the Inbox,even i...
This approach is certainly not recommended. It has an obvious race condition: segments are not guaranteed to be updated by the time the page is viewed, because the trigger firing, ...
The times aren’t “off”, they’re just in a timezone other than the one you want. Velocity {{my.tokens}} can switch timezones for you, search past posts on the topic.
Well, no.
The goal is to empty the field if the person didn’t check off any of the visible fields, because otherwise the field will be left with its old value.
Your flow choice i...
Please use the syntax highlighter when posting code (I edited your post both times).
This isn’t, of course, JSON as requested. But you did specify that you’re calling the paginate...
Your question is far from clear: you’re not showing what API endpoint you’re calling, nor what JSON payload is actually going on the wire. So we really have no idea what this code ...
Add a checkbox with the literal string value NULL.
Hide it by default:
.mktoForm .mktoCheckboxList input[value="NULL"],
.mktoForm .mktoCheckboxList input[value="NULL"] + label {
...