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...
I absolutely agree. There are lots of technical inefficiencies and this is a great example. Recognizing that a flow step comes from a batch instead of a trigger should group leads ...
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...
Another way you can do this is by changing the offer and the language of the offer on the landing page. From "Fill out this form to get a free book!" to "The first 1,000 people who...
I've concatenated values of multiple non-Marketo form fields, then passed the resulting JSON object as a value to an SFDC field through a REST API Create/Update lead call. What's y...
Hey Paul:Some moving pieces here, especially when you're looking to combine progressive profiling with conditional visibility. If a field is both conditionally visible and progress...