I have added a custom component with a modal and have successfully passed parameters to it.
I am using the [cs_component] shortcode to display the component, which works fine to display the modal on the page where I want it.
I need to add several modals to the same page, and when I click on one modal it pops up all of them at the same time layered on top of each other. How do I get it to pop up only the modal that is associated with it? I am using different parameters for each.
I tried to add a unique ID to the component passing the parameter to the ID, but that didn’t work. Any suggestions?
Thanks in advance.
