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.
Your developer community meets on the 4th Wednesday of each month. You want to send monthly invites from Marketo without having to hard-code anything. Earlier, we learned how tofi...
Should do that check before parsing the URL.
#if( !$lead.lastFormURL.isEmpty() )
#set( $url = $link.uri($lead.lastFormURL) )
#set( $void = $url.setQuery($display.alt()) )
#set( $vo...
Have to say your current approach is just... the worst imaginable architecture. It also isn’t even a fix because you can’t rely your own knowledge of the TTL, clocks could become s...
Easiest way to do this is include Company in the Progressive Profiling block. It won’t be shown in if it’s filled.
Then your “Change Company” button replaces the default form with...
The form used on that page doesn’t have Visibility Rules for country/region.
So something’s out of whack with your testing — you’re using an old form/haven’t approved the form/etc...
If you already have the fields created in Marketo, you need to:
1. Create the fields in SFDC
2. Expose the SFDC fields to the SFDC API user used by Marketo
3. Open a Marketo suppo...