Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
I like this option as well, and have seen it work well for big and small clients for years. Eventually I think it makes more sense to build pages in Marketo rather than managing an expensive integration but that usually comes in time as your team gets more familiar with the Marketo system. It sounds...
Hey @jinawatson -- I'm always down for a form styling exercise and had a little time to tinker this morning. Here's a snapshot of what I'm seeing on my end, I think I've this pretty close to matchy-matchy for you or at least a solid starting point for your dev team to roll with:Above: If you were to...
I agree with Sanford here -- my preferred way to handle this is to include a
The root of the issue with stuff like this (conditional code in email) is that once it hits the email inbox, that inbox is going to actually change the code to format within what it understands. For example, if you were to send this email to a user who opened it in gMail, the Outlook code would get ...
@cierac -- as @Jo_Pitts1 mentioned, there's a few issues with the HTML and CSS for this to be responsive. Tables are notoriously tricky to style for mobile without squishing up all the information (cells) in thin rows that look really tall on mobile. To work around this limitation, I've put together...
This can happen when the values in your Visibility Rules (VR) don't match the updated values of a checkbox, radio or select field sometimes. If you made changes to the value of the checkbox text, that will not be reflected in your VR. The easiest way to address this (if it is the issue?) is to remov...
The criteria for this is actually pretty straight-forward:1. Anything in a module will not carry thru to the individual emails. As far as I know there's a kind of separation between the bay of modules on the right side of the editor (which will get updated) and the actual modules that are drag-n-dro...
Can you post a link to a page with the form on it for troubleshooting? Do you mean that the checkbox doesn't uncheck on the page or that when the checkbox is unchecked that it doesn't carry thru to the lead record as "unchecked"?
Email can be tricky to code b/c it's always evolving so it's hard to trust existing resources, especially when they are free (you often get what you pay for in email code - "buyer beware"). I also am not even a little bit surprised that AI wasn't able to solve the issue you laid out b/c it sounds nu...
Could you share a link to view the page you're working with here? Alot of this really depends on how the module is setup -- is the image a background image, how is it positioned, is there a fixed height, etc. Typically to answer this question in a really vague way, I'll consult the worldwide screen...