Hi There,
I have an <a>
tag link that I would like to open a modal, is this possible?
Specifically, in a text element, I have a line like this:
<a href="example">Conditions of Use</a>
That when clicked I would like to open this Modal located in my footer.
Thanks