Hello,
Is it possible to create a relationship between multiple fields with Meta Box?
Let's say I have a list of Courses, a list of Lessons, and a list of Topics. I want that when I select a Course, the Lessons list only shows the lessons from that course. And similarly, when I select a lesson, the topic list only shows the topics of the selected lesson.
It would be like three cascading lists, where the content displayed in the 3rd list depends on what you have selected in the preceding lists.
All three lists are of Type Post.
How could I do this?
Thanks