When it comes to using a checkbox input, there are two options to choose from in the Marketo Form editor experience:
1) thecheckbox field type (highlighted blue)
2) thecheckboxes f...
Hey Megan,
Great idea getting into A/B testing, I think it's really important to know what actually works apart from what seems like it should or does.
In terms of structuring an...
Im not aware of a way to set a fixed number of characters per input - be it an editable area (.mktoText) or a variable (${someText}) - using any of the native Marketo syntax.
Whil...
Hey Mark,
It looks like that template is using Bootstrap v4.3 so you should be able to get away with using one of the responsive embed frames and adding the YouTube <iframe> snipp...
The way I've typically seen this done is to have them be separate elements inside a relatively positioned parent element. Here's a really loose example of something like that:
<div...
If you have Admin privledges you should be able to go to the Audit Trail under the Admin menu and use the filters in the top right (blue column) to sort thru different asset types,...
I'll usually add the styles for my forms at the template level using a stylesheet so it's easy to update and global (all pages on the template will have the same set of form styles...
What you've got setup in the new screenshot looks correct. There might be an issue with the rest of the code somewhere. Could you post a copy of your HTML here for review. There's ...
Thanks for posting a shot of the code here.
ALL modules must be a direct child (excluding the <tbody> element) of the element with the container class. This is failing b/c there a...