Dropdown Button Link Opening a Modal

Is there a way to use the links under the Dropdown stack to open a modal? Opening a different webpage is easy, but curious if a modal can be opened like when using a button to open a modal.

@IdahoSAM Hi, I think it could be possible with a bit of Java and Adam sharing the css classes for modal trigger in Foundry. Maybe Iā€™m wrong :face_with_monocle:

Hi @IdahoSAM, once a member postet a solution for opening a Modal from a link.
pls check - hope it works here:
<a href="#" data-bs-toggle="modal" data-bs-target="#unique-modal-name">text-user-sees-to-open-modal</a>
Best
Roger

2 Likes

@RogerB - Hey thanks SO much! That works well! Much appreciated!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.