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.
I'm not talking about a calculated/formula field here, just an additional custom field that you populate using Change Data Value.Velocity won't be a help here as it only runs in th...
Yep, the same thing only with another email field and a trigger to Change Data Value to {{lead.Email Address}}$whenever the primary Email Address changes.Plus a batch to backfi...
Never gonna happen that quickly (the idea exists elsewhere, too).Add a formula field that's the email field followed by the standard end of line character $.Then do Contains ".de$...
But it's been bad practice for years (before things got really bad) to have just clicking the link be enough... you should have a button (i.e. form) that the lead needs to delibera...
Non-local means <a> tags that lead to other pages, whether your pages or someone else's, as opposed to anchors within the same page.Also, is there any way I could use Marketo to tr...
Not at all. Simply add your JS in a <script> tag before the end of the </body>. A named mktoForm/Form element works fine, it's an ultra-common use case.