Hey Christina-Thanks for pointing out an issue here that I'm sure lots of folks have run into with some of the free email templates in Marketo. I checked out this template a bit an...
If you're not already using a fieldset on your form, that'd be something you could take advantage of to style "this label" differently from "that label".For example, you could writ...
This might not be specific enough to override any presets in the CSS you're working with here.Try something like:form.mktoForm label.mktoLabel[for='GE_ES_Comments__c'] { float:lef...
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...
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 t...
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 ...
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 <td> elements. Here's a link to the documentation fo...
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...
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 i...
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 tha...