I want to add a pop up that only comes up when a collection is viewed, but I have no idea where to embed the code. It is a Flodesk form. Grateful for any help!
Good idea , i like that you’re using Flodesk!
If you show the popup only on collection pages, you’ll have to drop the Flodesk form code into your theme’s collection template.
go to Online Store > Themes > Edit Code, then look for a file like collection.liquid or something under Sections related to collections. Paste your code near the bottom—this keeps it limited to those pages only.
a quick tip for you is this ,duplicate your theme first so you will have a safe backup just in case.
Thanks! How to I make it show up on only one collection page when I have
multiple collections? Is there a way to do this?
You way want to keep the Flodesk popup exclusive to one collection by wrapping it in a simple condition.
In your theme editor, open the collection template and set it to only show the embed when you’re on your chosen collection.
Save and refresh that specific collection page
Please share your store url to see the popup functionality