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.
Ah, if you're talking about at form fillout you will need some Forms 2.0 JS. I'll post it for you later tonight as I'm in meetings all day.(Note a back-end formula field couldn't p...
Those checkboxes are checked by default in Firefox, and the screenshot I sent you is from a default (untweaked) installation of Firefox 38 on Ubuntu.In addition, the list of sites ...
My thought was definitely the same: this is a great example of when to use a segmentation. Another way to accomplish the same would be form prefill and dynamically checking their a...
This is a known omission from the REST API. You can do it using the SOAP API (I forget the name of the corresponding method, but you should find it easily in the docs).What data ar...
Yep, Click Link in Email activities will correspond to the web browser used to follow the link, even if the Open Email is from a desktop app.The User-Agent from Open Email isn't ju...
Of course! There are many ways to work with the same page + form after submission. The key is to return false; from the onSuccess listener. One of many examples here: MktoForms2 ::...
Todd, to be clear about what Marketo can do natively, the User-Agent field does allow you to reproduce which desktop email client was used (and, via elimination, whether a desktop ...
There definitely are a lot of moving parts. Like I said, the assumption that forms will post over SSL is only mostly true. I think it's the developers' intent, but it's not documen...