Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
Hey Ken, try moving the "https://" part to the outside of the token link. Here's a link to the docs with an example: https://experienceleague.adobe.com/en/docs/marketo/using/product-docs/email-marketing/general/using-tokens/using-urls-in-my-tokens https://{{lead.Salesloft Meeting Link:default=mydefa...
Sanford is spot on here. Here's a look at what a solution would look like in your code:Note: Changed true_value="block" to true_value="flex".newHero { display: ${showNewHero}; background-color: ${newHeroBG}; color:#fff; background-image: url('https://go.autoshopsolutions.com/rs/180-DGD-014/image...
To add on here, once you do add the OG tags (Open Graph) to the head of your pages, what you've had in there previously may be cached in the different social networks. Each one has a different process to refresh the cache, but here's a link to a tool for LinkedIn that I've used in the past to work a...
The questions I've asked myself after finding this out: - What could be the reasons for this rendering issue and other rendering issues we might have in Gmail? Do we have an error in the code? Is something inside the code breaking the visuals for Gmail?AnswerI think this might have something to do w...
You should be able to edit the HTML of any label using the native Marketo form editor. For most fields, you can click the pencil icon next to the Label input at the top of the Properties list (far left). Then click the HTML icon on the toolbar to get at the HTML behind the label. For "checkboxes" fi...
Unfortunately, the Marketo Form editor input for the Field Width is locked into just a number and doesn't let you add a unit value. This is tied into "px" on the back end so you might enter something like "100" and it'll output something like . Beyond the width of the fields, there are other parent ...
Thanks for sharing a link to your page with the form, it made it much easier to troubleshoot this one.In the big picture here, the issue you're running into with width has to do with the width settings in the the inline styles of the form elements on the page. These are set to fixed widths within th...
I'm not certain if it's an issue but one thing that always catches my eye are the spaces in the filename.Maybe try renaming the file and uploading it to Marketo so that instead of this:https://go.autoshopsolutions.com/rs/180-DGD-014/images/Mostardesign - MetronicProBlack.otf"Mostardesign - MetronicP...
Hey @Dean548 it'll be easier to give you a for sure working answer if you can post a couple of the EoA tracking snippets you'd be using to help identify what is unique in the snippet and what is not. As a cursory explanation, the tracking snippet should contain bits that are unique and bits that are...
Could you provide some screenshots of the issue you're seeing here and maybe share out the relevant code for those sections? That'd certainly help to diagnose the issue. If you've got your Root Block Elements for the Email Rich Text Editor set to "
" instead of "none" that could also explain this beh
...