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.
Do you think there is an advantage to using the whenReady call instead of putting it all in the loadForm call?Yes. The advantage is that whenReady can always be used even when (as ...
The loadForm in the code above duplicates the loadForm call in the standard embed code, yes. You don't want that.Instead (and this is a better, more portable practice anyway) inclu...
You often see Marketo forms with an "extension" field where a lead can type an explanation for their Other/None of the Above choice.This works well enough from the lead's perspecti...
I definitely want to blog this up. Unfortunately, it's the only topic on which I'm actively antagonistic w/r/t Marketo-recommended technology, so it'd be a downer of a post! Hard f...
A true SPA will have content w/links added dynamically, so it won't suffice to only attach directly to the <A>s that exist in the initial DOM.You need to either re-run the routine ...
With a custom form, ReCAPTCHA and (to a lesser extent) the hidden-field-that-should-stay-empty method will help you detect invalid posts and not always use up Marketo API calls in ...