Need Help Making Button Module Editable in Email Editor
SOLVE
Hi there,
I'm currently facing an issue with a custom button module in the email editor. While the button appears correctly in the Design Manager and functions well in previews, it looks like it removes the styling when you drop the module into the email.
What I've Tried:
I've created a simple button module with editable fields for the text and the link using standard HTML and inline CSS.
I've ensured that the fields are set to editable in the module’s settings.
Need Help Making Button Module Editable in Email Editor
SOLVE
I recently ran into an extremely similar issue involving CTA buttons on landing pages. I checked and checked my css to find nothing amiss... however, the LP editor was automatically applying a H2 tag onto my button module (thus making it all caps instead of sentance case). Check to see if there's a preset style on the module?
Need Help Making Button Module Editable in Email Editor
SOLVE
I recently ran into an extremely similar issue involving CTA buttons on landing pages. I checked and checked my css to find nothing amiss... however, the LP editor was automatically applying a H2 tag onto my button module (thus making it all caps instead of sentance case). Check to see if there's a preset style on the module?
Need Help Making Button Module Editable in Email Editor
SOLVE
Thanks so much @CSteinbach for your suggestion about checking for preset styles on the module. It got me to really look at the HTML code and updated the script and it worked!
Need Help Making Button Module Editable in Email Editor
SOLVE
Hey Liz,
So, if I'm understnaidng this correctly, you are setting defualt values in the style fields in the design manager, but once you drop the module into an email it doens't render those defualts?
Need Help Making Button Module Editable in Email Editor
SOLVE
Thank you so much for your feedback @briannester ! I'm happy to say I found a solution 🙂
Design Manager Preview & Drag & Drop Editor Issue Using inline styles and a table-based layout worked, also looking at the hubspot modules that were working and using that as a guide helped. It also wasn't looking right when sending test emails to outlook but updating the script like this made it appear correct and it's still looking fine across the other email clients.
The only other issue I had was that the text alignment wasn't functioning in the email drag & drop editor but I've taken this out as we're unlikely going to use it.