Hey everyone,
I am creating an event calendar for my site. To accomplish this I have created a CMS adding in each event. I would like to have the event title to be clicked on, which will open all the event details into a modal.
I know how to create the modal, I just am not sure how I can offer dynamic filtering. Ideally, I would like to create one modal, and when the event title is clicked it sends a variable “Event #1” to the modal, which will then dynamically filter.
Does this make sense? Is there a way to do this without creating a new modal for each event?
IF NOT:
An even simpler example would be to click my CMS button to expand that specific drop-down (head to my website for example. Currently, it reveals all the event details, not just one.
Additional idea:
Can I dynamically edit a CMS entry?
Here is my public share link: LINK
(how to access public share link)