Be aware of decodeURIComponent() limitations (not only with Marketo forms, but with any 1ˢᵗ or 3ʳᵈ party JS)
You’re just one unencoded (or wrongly-encoded) query param away from a broken form. Scary, right? →
You’re just one unencoded (or wrongly-encoded) query param away from a broken form. Scary, right? →
I might be unhealthily obsessed with form events. But not testing against worst cases is how you get “randomly” broken forms. →
Ideally, you should pre-flight CSVs (i.e. check for core errors) before sending ’em to the Bulk API. If you can’t do that, at least add a column to all CSVs to make post-processing easier. →
Don’t let paranoia get the better of you: the Marketo-SFDC connector is very smart about order of operations. →
Code that works by luck rather than by design? Yikes. A brief code review would’ve caught this one. →
You don’t need to accept “Token is already in use” as a permanent condition. →
An exceptional case where you’d think code isn’t resilient, but it mysteriously is! →
Jo & I are kindred spirits (and collaborators) and the revived MoTaM blog is highly recommended. →