CODE SNIPPET FOR EVENT/VENUE PAGES
=====================================
Add this code to your event or venue page templates to trigger the celebration flyer modal:
FOR EVENT PAGES:
----------------
Create Celebration Flyer
This will automatically detect the current event and prefill the form.
FOR VENUE PAGES:
----------------
Create Celebration Flyer
This will show a dropdown with all events from that venue.
OPTIONAL: Specify Event ID Manually:
-------------------------------------
If you want to link to a specific event from anywhere:
Create Celebration Flyer
(Replace 12345 with the actual event ID)
OPTIONAL: Specify Venue ID Manually:
-------------------------------------
If you want to link to a specific venue from anywhere:
Create Celebration Flyer
(Replace 67890 with the actual venue ID)
STYLING:
--------
The link will use your existing styles. You can add custom classes like:
- coco-event-hero__cta (your existing button class)
- Any other CSS classes you want
The modal will automatically appear as an overlay when clicked.