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.
Someone bumped an old Nation thread with my code to add a CSS class to every<label>element indicatingthe type of inputit’s labeling, like:
<label id="LblProductInterest" for="Pro...
Email developers, as you know, are forcibly trapped in the 90s when it comes to HTML. (Or maybe trapped in a dystopia where Web-0.9-era HTML4 mixes with some time-jumping CSS3.)
...
Just because youcanserve Forms 2.0 JavaScript enhancements from a Rich Text area on the form — I showedhow to do thatin an earlier post — doesn’t mean youshould!
If you use this ...
Hey there, budding Forms 2.0 JS developer! Do youreallyknow how local<script>tags work? ’Cuz you should.
Let’s examine the difference between snippet A:
<script>
// something ...
Here’s something you may not know you wanted... but it’s super-useful for precise personalization. (It’s also a prerequisite for an upcoming HOWTO post that’s very exciting, so I ...
@lauran0elleyou don't need the changes in this post anymore (they've been incorporated into the product by default). You only need to load forms from your LP domain and they'll wor...
The Forms 2.0Checkboxtype works straightforwardly: if it’s checked, it sends the string“yes”to Marketo, and if it’s unchecked, it sends the string“no”.
If the corresponding Market...