Hello,
I'm new to processwire, I've a small question.
I'm working on a small drama ticket booking website.
I've created Dramas, Cities & Theaters pages.
When I add a drama, I get a pages list select box for the theaters the drama is currently available for show.
Same goes for cities which I've already connected to the theaters page.
Now my drama page shows everything including the theaters it's available but I want to show the cities in which the drama is available.
But I don't know how to do it, can anyone help me?
For your reference,
fields for drama page are as follows:
drama_poster
drama_summary
drama_theatres
fields for theatres page are as follows:
theatre_city
theatre_total_seats
theatre_current_shows
All I want is, theatre_city should be listed as a list on drama page as a single drama can be available on multiple theaters.