Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Nancy,Try using the "Checkboxes" field instead of the "Checkbox" field, even if you only need one.Here's the difference:The checkbox field will show up with a label to the left of it (or above, depending on the form settings). In either case, the label is before the input and that's usually not ...
Hey David,To add a form title, you'll want to add an editable area (lines 01-03) or token (line 08) into the html above your form.To turn off the labels, you can add a bit of CSS to the Custom CSS on the form itself (line 13-14).
Form heading text here...
{{my.FormHeadlineToken}}
Hey Ed,Im not sure if it's the case here, but I've seen this bright green (and sometimes "link blue") show up in place of variables that aren't rendering. For example, when I pull my Marketo code (variables and all, template code) and fire it up in my browser (outside of Marketo), anywhere that I've...
Justin Cooperman any word on this coming to LP templates? I love the "controlled flexibility" this brings to Email 2.0, when can we expect to be able to take our Landing Pages to the next level?
Hey Chris-It looks like the issue here might be that you've got your "Container" set on the table and your "Modules" set on the elements. Here's a link to the documentation for Modules: Email Template Syntax - Marketo Docs - Product Documentation -- basically, the rule here is that the modules need...
It looks like you're using a combination of the "checkbox" field type with a "html-text" element as the labels. I've added a few arrows to point out that you've got this setup in 2 columns right now instead of one and I think that's why it's breaking to full-width on mobile (each on their own line)....
Hey Nick-This one was new to me (Wistia forms), thanks for bringing it to the community it was a good challenge. I dug in a little on the links you shared and noticed that Wistia is adding some styles that look like they're intended to be a reset but are causing some issues with the display of some ...
Hey Radu-Im not sure if that's the exact code you're using for the favicons, but I noticed there are extra characters in your href="" -- you might try it without the < and > if that's in your code. That could be breaking the path to the image?Something more like this:
Hurray, looks great, glad I could help here.Would you mind marking my answer as correct when you've got a minute, it'd help my score in the community.Thanks Nimisha and best of luck!-Dave
I'll add also that token will work for things in Marketing Activities, but not for things in Design Studio.Also, my biggest beef with tokens is that they don't render in the editor experience (it'll show the {{my.TokenName}} instead of the contents of the token) so you've got to go into Preview mode...