Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
In the form editor, you can click on your State field and then on the Values link in the right blue sidebar. That'll pull up the modal window in the middle of the screen. If you scroll to the bottom of the list you can add another option to the list there. The left side (Display Value) is what the e...
To put this into play at the template level and keeps things in line with your current experience, you'd want to add a new variable to the of your template, just below the id="SocialLinkTwitter" item that looks like this:Find the link to your Tik Tok and place that into the default="___" attribute ...
To replace the Twitter logo with the new one, the best route that I've found for this is to replace the actual image that's loaded from your design studio. Let's say that right now you've got:social-icon-twitter.jpg that's 20x20 pixels. Create a new image that's exactly 20x20 pixels (same dimensions...
I also haven't found a way to resize the fixed columns, but you can slide around the "n:n columns" module to resize the columns manually there. The problem with that one is that I haven't found a way to change it from 5-columns to 2-columns AND behind the scenes the math of the columns is missing 1%...
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 ...