I’m unsure about the best solution to integrate this into their new site. I want them to be able to create these themselves with ease, so I’m not forced to add a new dropdown menu each time. They currently have around 30 software systems, so this could become quite tedious.
I considered that the only way to achieve this might be to build a CMS collection, add around 50 blank dropdown spaces, and let the client fill them in…
I’m out of ideas, and I can’t seem to find what I’m looking for. Any help, tips, or other Webflow templates that address this issue would be greatly appreciated.
So your DVR Examiner Version… is the title of the blog.
Then just have a text field for the inside of the dropdown, like you would a description of a blog.
You’d have the CMS structured as individual dropdown items, then just display that collection. Each time they create a new CMS item, it’ll create a new dropdown
create a CMS collection called Product, which contains e.g. DVR Examiner and other products
create a CMS collection called Changelog, which contains e.g. DVR Examiner 3.16 Released 2024-10-24 it has a single-ref to the Product collection so each Changelog
Looking at other products like Verify [Medex], there aren’t any strict rules on the Changelog titles, so I’d keep it as plaintext, but also store the date separately for sorting.
That means the Changelog collection would contain;
Name - e.g.
Entry - richtext field, containing the content of the changelog entry
Date - the date of the release, primarily for sorting
Singleref - to Product, so that you can easily group your changelogs by product
“Softwares” is fine if you like that. If you prefer “Product” you can just rename your collection. Note Product is also reserved by ECom so you might actually have a restriction there.
But to your question on copying your CMS template design to another CMS template-
This is one of the most awkward UX’s in Webflow; when you have content bound to a collection, that content loses its ability to be freely copy-pasted to other pages / sections within the same project. It’s “locked” until you unbind it.
You need to remove all of the references, and there are a few ways to do that. I’ve done a few tutorials on this, because it’s a pain-in-the-butt.
The basic unbinding…
And a walkthrough of the entire copy-page-layout process…