Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Elin,That's a clever way to hide things using the Boolean toggles. I haven't had success doing this when incorporating "nested" editable areas (forms/snippets/text) inside an element that is commented out in the default state. I usually stay away from the mktoImg class (and prefer mktoText) so I...
Im not seeing the navbar drop down when I scroll. I poked around the site a bit and found a few forms but none of them had radio buttons on them. Do you have a live example of this to share, it'd be easiest to be able to evaluate it in the browser's dev tools. I think the best approach here might be...
How can I remove the border from the rich text field on my form? I've tried adding the code".mkto.Form fieldset { border: none!important; }" to the Custom Form CSS in the editor, but the dark border is still appearing around the rich text.It looks like the selector you are using isn't written correc...
In speaking with Marketo they mentioned the text in the field is exceeding the limit and causing the problem. They recommended adding the text into the CSS directly which I haven't seen before. We are going to try that and we see what we get.This might not be the best advice you ever got. Text shou...
To echo what Sanford's added:1) Make sure the form is approved - the styles will not update on your web page until the form is approved.2) Clear your cache - this could have something to do with not seeing the new styles, or a previous version of the page (I doubt it b/c it's just not loading anythi...
Hey Ronda,In the screenshot you shared of your CSS on the form, it looks like you are adding that to the "Theme CSS" (Simple theme) instead of the "Custom CSS" (which should be blank by default). I had a look at the link you shared and can confirm what Sanford posted -- it doesn't show up in the cod...
Thanks Lara, I look forward to it!
Hey Lara,Thanks for checking out the video and getting a discussion going in the community! For the first part about the GUI overly, there's a combo of CSS and a variable (toggles classes) that make that work.If you take a look at the top toggle in that screenshot, you'll notice the "Easy Editor" i...
Kim-I haven't seen anything like this before in a few years of email 2.0. It might have something to do with the layout/code you're using and maybe something isn't scaling correctly outside of the editor. Have you seen this type of behavior for all of your emails or is it just certain ones? To be su...
@Joe - the reason you've got to add new rules for things like the textarea field (comments field) is that the height is getting set in the code to 30px and the height of the textarea field is set by the row="" attribute that gets put on the input based on the user selection in the form interface. Yo...