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.
@Sara M use anOpened Emailfilter and type in the User-Agent identifier. For example, this filter shows leads using Microsoft Outlook 2013 (part of "MSOffice 15," 15 being the inter...
@Takehiro's solution would work -- I wouldn't call one of the types "anonymous" and the other "known" though, as they both are known, one just has a First Name filled in.However a ...
Well, you could certainly set the value to <field value> (<datestamp>) using the Forms 2.0 JavaScript API. So final results would look like: Yes (10/20/2015)Of course if you do thi...
@Ramesh I wouldn't actually "Link them to a web page" per se because then you're talking about opening or replacing a browser tab/window. Link the images to the munchkinFunction('c...
@Lisa J What do you mean by "wrap it"? The outer wrapper for the embedded form is just an HTML FORM tag. You can style it any way you like. As @Mike points out you can have custom ...
Sure, go ahead!It's also going to go into the Forms 2.0 Cookbook I'm working on -- but those recipes will be proof-of-concept stuff like in most of my posts rather than includeable...
@Jesse B If Admin > Email (which @Josh also referenced) doesn't pertain to your question then you need to phrase it a different way. What do you mean by "recognize" if not "include...
I'll have to look at this later, as I don't have time this week. I will say that you don't need to hide < and > in JSON (by using \unnnn). Youcan, yes,but you can also use actual U...
Yes, that technique requires a new, writable custom field. But that requirement is kind of overkill if you only want to show the Full Name on the form and split it into First and L...