Hello everybody!
I’m using Strapi dashboard to generate new entities for my front end. And I want the creation panel to suggest me information based on previous selections.
For example here if I select a location I want the week select to fill with content related with said location
Is there any way to do something like this? The idea is to have a new entity that only gets information for a relation based on the relations of my selection.
To put this in words so it becomes a little bit easier to understand I want to choose Paris
and get weeks that are related only with that location and if I change Paris
to Madrid
the weeks on my list have to change based on the location.
I couldn’t find any example like this one on the forums. Would greatly appreciate any help!