Managing the Forms 2.0 API event stack, and something to look out for

Forms 2.0 allows multiple event listeners of the same type, which is great. But if you're not careful, you can accidentally remove *all* your listeners while intending to leave 'em be.

Presented with minimal comment

A Velocity script that copies a field from a Custom Object record to a Marketo Person field. Consider the possibilities.

Not how it works: on JS-based “form security”

JavaScript is indisputably the world's most popular language, if you go by the lines of code generated each day. Pretty sure it's the world leader in

Another reason to test your site in IE and/or Edge: as a tiebreaker

In the martech world, cross-browser testing is… shall we say… deemphasized? I believe most of our clients are only testing in their own version of Chrome (Mac or Windows, but

Never use Munchkin 'associateLead' like this (if you like having a job)

Secret keys are used throughout cryptography. They're basically akin to passwords, only they're generated and used by apps as opposed to being typed by hand (and

Velocitip: Use ArrayList.equals() for multiple comparisons

Velocity is the only language where Brevity for Brevity's Sake is OK. It's not showing off to keep your VTL as short as possible.

FlowBoost loves your line breaks

Marketo user CDD (also an existing FlowBoost user) opened this Community thread [https://nation.marketo.com/thread/44572-how-to-expend-a-text-area-in-a-change-data-value-flow-step] the other day that brought up another way FB can save your

Velocitip: Don't start your Custom Object names with numbers!

This is more like a pre-Velocity tip, since you need to make this decision while setting up your Marketo and/or SFDC Custom Objects, before you even try to read