Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Adele, You might try using the "checkboxes" field type instead of the "checkbox" field type on your form. The checkboxes field type allows you to enter 2 bits of information:1) Display Value -- this is the text to the right of the input2) Stored Value -- this is the value that gets stored on the...
Hey Sheila, thanks again for setting up a new thread here. It looks like you've already gotten some feedback about what's causing the issue here so I've put together some CSS to help you solve the issue on your forms. I've attached a screenshot of what Im seeing on my end as well as a bit of code th...
see also: https://nation.marketo.com/t5/product-discussions/set-default-values-directly-on-embedded-form/td-p/315418 This posted to the community just today and might be an example of the type of thing(s) you'd need to consider with embedded forms (in general) and within the context of an Unbounce a...
I see this as basically one of two conditions: 1) Use any external CMS to build Landing Pages:PRO: LPs might be a little easier to "build" using a different editor than Marketo's (which is at least a generation behind most "modern" CMS systems like Unbounce or LeadPages) CONS: they'll require you to...
Hey Sheila, I had a quick look at the issue you mentioned and this is something much different than the checkboxes solution we've been working on here. Would you mind creating a new post to address this issue more specifically? This'll help for anyone else in the community who might run into the sam...
Hey Shelia, you're not alone with thinking that you couldn't put HTML into the Display Value for the checkboxes field, it comes up a lot in my experience. Thanks for getting the field type switched over, nice work there! I was able to go in this morning and add a few more lines of CSS to the inspec...
This looks like it could be fixed by updating the form field from a "checkbox" field type to a "checkboxes" field type. The long-and-short of it is that the "checkbox" field type does not have a label beside the field, whereas a "checkboxes" field type does have a label beside the field. In this c...
Hey Sheila, It looks like the way this is coded it's kind of missing the "fluid" styles that it needs to take the shape of it's container as you resize from mobile to tablet and then desktop. I've fiddled w/ some CSS in the inspector here which you could add to your form in the "Custom CSS" dialog ...
Check out: https://experienceleague.adobe.com/docs/marketo/using/product-docs/email-marketing/general/email-editor-2/email-template-syntax.html?lang=en#modules Optional attributesmktoActive: Determines whether this module appears in the list of modules within the email editor. Defaults to true. If f...
Hey Felicia, For "enterprise" (or multi-brand) solutions like this, I'll normally use different stylesheets for the Landing Pages and swap those out using a variable in the LP Editor so that you could basically toggle each brand on/off as needed (and load a different set of fonts, colors, etc). For ...