Modal not opening in a CMS List (even not on the site)

Make certain you’re targeting the modal correctly.

If the trigger button is inside of the collection list item, then easiest setup is generally to place the target modal immediately adjacent, and target the interaction to “sibling” so the right modal is opened.

Here’s the approach I use if you want to see this in action;