Hi there!
I am wondering if anyone knows of a workaround that would allow me to recreate the function of the tab or multi-state box elements but have the content and number of tabs determined by the items in my connected dataset?
I’ve used tabs before, but for this project, I want to be able to update the tabs (content and number of) via the content manager.
For example, some days, I’d like to have 2 tabs (e.g., dogs, cats) and another data 4 tabs (e.g., dogs, cats, horses, lizards). I’d like to have my two/three/four/etc. tabs update automatically based on the values in my connected dataset and then the corresponding content for each box connected to other fields in that data set. All of this is to say, to have the content update automatically so that I don’t have to format everything every time that I need to update this page (frequently!).
My initial go-to was to just manipulate the DOM but that doesn’t seem possible on here. Is that right?
Any ideas? Thanks!