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.
When the lead chooses a session, that value will be written to the corresponding field in their lead record.So you create a Smart List that triggers on Filled Out Form = <form name...
Wanting to stop someone from skipping the gate is by no means a crazy idea.The issue is whether you can do this without unduly punishing the original lead. If you send a click-once...
form.addHiddenFields({ Lead_Source_Details : document.location.href });But because a form can exist on many pages, those pages can be renamed, and each of those pages can be linke...
Yes, everything else will still work. The difference is that the form isn't visible, so it's being used solely as a data transport mechanism -- both reading of previously filled-ou...
In fact, if you want to get really fancy, the form fields do not have to exist at all: you can query the activity log and see the values in either case.However, it seems like in th...
Allison, here is one of the recipes: a destyled Marketo form.However, you may find it faster to use a separate 3rd-party form template for mobile, but still send the data via a hid...
While it is theoretically possible to check for "Had Interesting Moment" fields on a lead on every page load, this is going to incur a lot of overhead. I wouldn't advise this. Rath...
You don't need to append to anything. But you do need to have a custom Lead field in your Marketo database to hold the value! You can call this field lastReferrerURL.Then, in your ...