Share Your Work

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Feedback
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Looking for Feedback
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • Unsolved
  • No Replies Yet
Solved
dsanchezRW on February 18, 2024
Hi everyone, So, I have a repeater module and inside of it I added a cta that has a modal option. But the pop-up from the modal is not unique and all of the cta's are displaying the content from the latest repeater and not the one for their own. read more
0 upvote
5 Replies
Accepted Solution
Member | Elite Partner
March 05, 2024 23:01
You're so close! Give this a try: $(".modal-cta").on("click", function() { let target = $(this).attr("data-id"); $(`#${target}`).addClass("m...read more
Solved
JStearns on April 14, 2022
I am trying to figure out how to add a rectangular black border around my CTA button in a certain module, like there is for other modules in the same email. For some reason, one of the modules is missing the black border. (see images attached) read more
Accepted Solution
Member | Diamond Partner
April 15, 2022 04:29
Hey @JStearns , you can create a new button module and add this code <table> <td style="width:160px; padding:10px; background-color:#b...read more
Jsum on April 04, 2019
I created a simple boilerplate stylesheet that I use everytime I built a custom modules now. It's mainly class controls that I have thrown in as the need arises, and I cleaned it up a bit to share. I removed form and cta controls because they were p read more
7 upvotes
4 Replies
Recognized Expert | Diamond Partner
April 12, 2019 17:21
Awesome thing! Thanks for sharing @Jsum
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.