Almost, Adam! That "min. number of times" is on the lead level. So that would be triggered when the lead fills out the form on the 20th time and every time that same leads fills ou...
Yes! Text tokens don't filter out abnormal content, so you can use them for abnormal JavaScript.Here's a little guide I threw together: Marketo Token Guide.EDIT: So for email templ...
The problem code is on line 267: img {max-width: 100%;}. I can't tell if it's custom code that's been there before or if it's with the new release—my guess is it's old code. The br...
Tammy, there are a few places you can put it, but here's a spot for you. If you go into the "Form Theme" section and click on the gear, you can get to "Edit Custom CSS." I put scre...
You can edit these with CSS. The selector will be:<style>.mktoForm fieldset {/* css goes here! */}</style>An example of removing the border is:<style>.mktoForm fieldset {border:non...
Re: scoring fields.Native scoring fields (e.g., Lead Score) will be additive, but custom SFDC fields for scoring (even after being changed to "score" type in Marketo) are treated l...
Exactly what Scott said! We don't usually hide the preview line, but gray it out a little bit and make it hierarchically-less important. Lots of companies are doing it, so once you...