Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
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...
Hey Christine, could you add a link to a page with one of the forms where this issue is happening? I can dig into the CSS a little and see if I can surface something for you. Sounds like it's some kind of conflict with other styles if it works on some forms but not others -- maybe a float or another...
This got me thinking that you might also be able to use fieldsets to create columns for your inputs and then tab down the first column and then up to the top of the second. You'd need to add a little CSS to arrange the fieldsets but I got curious about this and setup a little test here that's not go...
Hey Callum-I think what you're seeing here is that the pop-up form loads after the other forms on the page. This usually has something to do with where it's placed in the HTML or some kind of order of operations things with scripts unfolding into the page.When I first visited the page, I saw the pop...