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 betwee...
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...
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 ...
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...
I haven't run into this issue specifically so long as you're using a variable within the <style> tags and the variable <meta> tag comes before the <style> tag in the head, somethin...
Here's an interesting read I found on the web about plain-text vs. image-based emails in terms of click-thru-rates:https://pinpointe.com/blog/text-based-vs-image-based-emails-which...
In this example, I'd recommend getting rid of the "mktoText" class on the id="FullfContent" parent container as the most straight-forward solution. This will allow the editable are...
I'd normally recommend adding additional CSS and JS at the web property level (your website or whatever property the form is actually displayed on) whenever that's possible rather ...
Hey Cathy, glad that worked out for you. I think you're on the right track with looking to do a review of the modules you have available in your email template and getting somethin...
It looks like the images might be too wide and forcing the layout to shift to the right too much which might be what's making the text spill out of the box like that?1. Is the view...