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.
No need for any kind of "nesting". Those Person fields are all available in Velocity already. Just choose them from the tree.Also, you shouldn't be using ${var} (formal references)...
Say you have an LP section like this:
<div id="intro">
Good to see you back, {{lead.First Name}}. You can still benefit from intro pricing if you sign up before June 1st.
</div> ...
tl;dr: if a URL’s query params all start with utm_, you do not need to separate them with &. Use the simple &.
Using & when it’s not required is harmless. But it’s not r...
You must link to your page where this is happening. Can't repro in my labs.
(We’ve got 2025-01-20 and 2025-03-26 versions only, perhaps something was patched today like what you’...
OK. I notice a reference to SimpleDTO 1.x in there. You need to upgrade to SimpleDTO 2.0, the old version hasn’t worked in Chrome for a long time!
Also, to change Marketo form fie...
Start with a lead’s Activity Log and copy the web page exactly as you see it in the activity detail. Marketo uses a nontraditional definition of “web page” (that is, not including ...
For the standard Webflow integration, the setup guide is here.
IMO this approach is seriously flawed. One reason is the DoS vulnerability that comes w/using the REST API to post f...