Trigger interactions from custom code

Hey All,

I have an interaction I want to fire what an element inside of an HTML embed is clicked. So instead of setting the interaction to the embed container, I want the div block inside of it to trigger the interaction when clicked (which means I can’t select it and set the trigger since it’s nested inside of the embed container).

Is there a way to call the trigger or do I have to code my own JS to do what my interaction is set up to do?


Here is my public share link: LINK
(how to access public share link)

Hey @moofawsaw,

In my opinion you should reconsider the structure and play with absolute and z index on this one.

Like so

Hope this helps,

(btw, your read only link doesn’t work)