Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Taylor-You should be able to target the rich text using the .mktoHtmlText class. I usually prefix this with form.mktoForm to help override any add'l styling that might get added from another source (though it isn't required in this case). I've also set the padding to 0px here but that might not ...
Hey Pete, I had a look thru the HTML -- copied it into a new template in Marketo and scrolled thru. I didn't see anything obvious that would flip the order of the sections you've got built here. The one thing that does stand out is all the capitalized CSS. Im not sure what (if any) impact this could...
Sanford Whiteman -- completely an aside here, but what did you use to create the video capture above? It's super helpful to see what's going on -- any suggestions on something (PC) to use for this?
Hey Ignace-From the form editor, you click on the select field you want to save - that'll bring up the properties menu for that field in the right column. From there, you'll look for the Values property in the right sidebar, that's where you'd update all the choices in the dropdown. When you click t...
You should be able to add the editable syntax to a ,
| that acts as the editable area, but I've also done it with editable | s and haven't really noticed much difference i |
It looks like only the first checkbox has the Instruction text setup on the parent div as a title attribute. The others for some reason do not have the title attribute on the ".mktoLogicalField" div. I spun up a quick test form to check this out and included a few checkbox fields with different Inst...
Hey Benjamin, does the URL for these fonts actually have the /fonts bit in the URL?If that's the case, Marketo probably won't pick it up b/c it doesn't read the child-level folders (it puts them all in the /images folder - even for subfolders). It sounds like you've already loaded the fonts into Mar...
I think you might also be able to get away with changing your field labels settings from "Left" to "Above". It looks like they're displayed "left" in the screenshot, but on most of the fields the labels are not included. You can find this setting on the 2nd page (> Settings) inside the form editor.I...
Im not aware of any limitations that you'd have to consider when setting up Bootstrap with Marketo -- it'll do just about anything you can do anywhere else on the front-end. I normally follow a kind of simple rule of thumb to keep my code "layered": I'll separate the architectural components (rows/c...
Check out card groups and card decks, they both are native solutions for equal height columns. https://getbootstrap.com/docs/4.0/components/card/#card-layout I tried to fiddle around a little in the inspector and it looks like you might need to update your version of bootstrap. The file that is gett...