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.
Start by getting an extract from SFDC of all the people with at least one CO record. Compare that to the Marketo people with at least one SFDC CO, and hopefully you'll see low-hang...
Here's an example of a Referral Form that supports multiple emails in a single field (technically, all input[type=email] can support multiple). This can easily be refactored to hav...
That ID is the event provider’s unique ID. It wouldn’t make sense to be able to arbitrarily change it.
Remember, reading a property via API doesn’t have anything to do with whethe...
“Random” isn’t quite right, given that it’s written by the moderator of this official community (who has also found security vulnerabilities with major form vendors).
But in any c...
There’s no situation where window.load has fired but the document is not yet ready. It’s simply not possible, readyState is always complete when load fires.
Thus there’s nothing e...