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.
Demo of writing an unlimited # of temporary, browser-only fields into a single Marketo field as a concatenated value.Using this method you could maintain only one field in your Mkt...
@Bamah P There's no such thing, really, as a "temp field" on the server side. There are fields that aren't synced to SFDC -- maybe that's what you mean -- but you can't post data t...
@Anurag Well yeah... but then you need to customize a trigger for every possible field name. This is a lot easier to do on the browser side.I also don't see in general @Bamah would...
Demo here of a simple way to reuse the same fields with different names, prepending the name to the value upon submit.I'm not exactly clear on your use for this. You have to be rea...
An "unguessable" URL like pages.example.com/dc87b967-90d1-42cc-808f-e789ecae45c3 is approximately the same as a password-protected page with a simple URL w/a single global password...
Emails aren't delivered to devices, they're delivered to servers.Only when an email has been opened (if images are enabled) or a link has been clicked can you know what browser/pla...
Don't mean to sound peevish, I just can't imagine why it would be possible given when/where Velocity is used. For a requirement like this you could use an Apex trigger to populate ...