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.
spam can’t complete to fill out form and we don’t need point 2.You cannot stop a bot from submitting the form.reCAPTCHA is not designed to prohibit non-human form posts from going ...
Yep, Marketo LPs and forms always work like this, and the risks are self-evident.Even outside of Marketo, you're rarely given a login proper when signing up for a newsletter. A tru...
There are 2 ways to access references (i.e. variables) in Velocity.(1) Simple/shorthand notation, prefixed with a $: $variableName$variable.property$variable.method()$variable.prop...
I agree that some interpretations come bizarrely close to "Information wants to be free" from the radical open-source movement. Strange to hear it echoed in the totally commercial ...
You've seen before that the Forms 2.0 input mask plugin can be tweaked to do some more elegant stuff.
Here are a few more things you might want to do. I only recommend masks for t...
#foreach( $Store in $OrderData_cList )#if( $Store.Date.equals($yesterday) )Load this table#else#endAssuming $yesterday and $Store.Date are both Strings at the time of comparison.If...
Boolean type fields enjoy a strange place in Marketo's Velocity implementation.On the Marketo UI side and via most Marketo APIs, Booleans hold consistent true/false values (presuma...
We actually have a developer and capacity to implement, just need more clear understanding. Do you by chance have a link to documentation / explanation of how such solution works? ...
The only way to associate these leads across domains is to use custom JavaScript for cross-domain communication, which is complex to manage correctly (it is something you should hi...
We want to find an alternative solution for looking at user activity, if such exists.You can do a background form post (which, confusingly, has much the same effect as associateLea...