Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Using the Chrome browser, you can right-click into the WYSIWYG editor and choose the "paste as plain text" to get your text in there without the styling as well. Another way of going about this is to instead use a string variable ( ${myTextVariable} ) in lieu of an editable area (
This setup should allow the user to select the "labels above" OR the "labels left" options. You can work that in by adding the layout class to the form selector: .mktoForm.mktoLayoutLeft OR .mktoForm.mktoLayoutAbove (if you wanted to do something special for the labels above). I dig the column setup...
I've seen form styling come up a few times in the community and wanted to do my part to post some basic CSS that can be used as a starter to get your forms from zero-to-hero with a little copy/paste sauce. Out-of-the-box, Marketo forms "are responsive" but they leave a bit of room for improvement an...
Hey Jonathan,This is indeed possible, it's just that Marketo's native CSS doesn't really provide a good shell for anything responsive when you drag and drop the columns using the editor. Generally, I'll override the native form styles to get my form to behave responsively by ditching the fixed width...
Hey Luben, while I can't take any credit for the solution, it looks like there are a few ideas in the community here: https://nation.marketo.com/message/185421-change-submit-button-text-by-simple-cssIn most cases, I've seen this done with javascript that'll wait for the form to load and then change ...
This warning usually means there is an invalid module somewhere in there, and it's usually the case that it's not a direct child of the "mktoContainer" element. I had a look at the 1st code you attached and don't see anything there that would be causing this. In this case, it looks like there is a t...
Hey Emily,If the issue you're running into is happening in Outlook and not other places, it likely has to do with the special Outlook code (vml) that's used to populate the background image instead of the CSS (background-repeat) like the rest of the "normal email universe". I had a look at your code...
For what it's worth, I"ve put together an idea here: https://nation.marketo.com/ideas/9846 to make this info a little more obvious in the UI.
The warning:Note: Editing Code outside of editable elements will break this email from its templatecould be much more pronounced in the UI - I've seen it come up a few times in the community and more than a few times helping clients correct the issue of emails broken away from the templates (the mo...
Hey Lucy,It might be the case that the emails are broken away from the template by editing the code directly in the email editor. You can check to see if the email is still associated with the template by finding the email asset in the file tree (Design Studio or Marketing Activities), clicking on i...