Thanks for all responses on this. I actually got this working by simplly enabling programmable email for the module! It's a bit odd the way it failed...read more
Not sure if you're still looking to fix this but I managed to remove this padding using this css: [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__...read more
More digging, I've run the image headers through GPT for a standard social icon (which displays) vs the same image but held in image libary. It seems...read more
Update: it doesn't seem to be url paramaters causing the issue. I did a quick test using a custom module and it just seems to be images uploaded to t...read more
Hi - mimecast seems to be blocking images in our emails, we are hosting them on our branded sub-domain. But they all come through as: We can potentially get IT to allowlist these but this will not solve the problem for others. The strange read more
Thanks, but it's giving me a cannot resolve property error in Design Manager. I'm actually convinced that despite me using {% set event_id = p1457...read more
Hi - mimecast seems to be blocking images in our emails, we are hosting them on our branded sub-domain. But they all come through as: We can potentially get IT to allowlist these but this will not solve the problem for others. The strange read more
Help! I'm trying to convert a string to an int but not having any joy: This is what I'm doing: {% set event_id = '{{ p145771107_hapily_registrant.event_id |int}}' %} Where event_id is a single line text field on the event registrant object. But i read more