quick question (hopefully?). I have a modal (click the button and the thing/content pops up) - inside the modal I have text that I wanted to have someone click and it opens another modal in front.
The intial modal is:
<button class="btn btn-two shortcode-popup-trigger" data-toggle="modal" data-target="#modal-group-5">MORE INFO</button>
Then inside I used the exact same line but changed the modal ID to the other modal I wanted to open. This works, except the new modal opens BEHIND the current one. Is anyone able to help me with this? I appreciate it!