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.
If you're updating the primary domain, make sure to add the old primary domain as an alias. Pages won't "remember" or be accessible via a domain that no longer exists at all.
Charlie, the forced seg trick is always cool to have in your back pocket, but I think it's overkill here. All you need is CSS:http://codepen.io/figureone/pen/bdjozj#websitehttp://c...
All these errors are are viewable in your browser's console. You really need to get used to opening the console while you work!mktotest1.html has a syntax error. You used a backtic...
I think you have the logic off: if ( referrer.pathname != '/signin-test.html' ) document.location.pathname = '/ty-test.html';You've made it so that if the previous page wasn't /sig...
What are your customization needs -- that is, how do your needs differ from the range of built-in SFDC interfaces? What are some features of your intended integration? I think peop...
o Can Marketo forms check if an email address already exists in the system and display a message to say ‘enter new email address, this one is already in our system/in use’ < I know...
It's more complex than than just removing Munchkin from the hosting page, because a cookie that already exists in the browser will still be sent. But that's what my How to Build a ...