Is it possible to make a page field, that outputs options based on what a user has selected in a previous page field?
Template data setup
house (template)
title (text)
body (textarea)
neighborhood (page field)
neighborhood (template)
title (text)
Obviously it's set up with lots of neighborhood pages, and if you create a house you get a dropdown of those neighborhoods which you can select.
What I want to do
featured_neighborhood (template)
title (text)
body (textarea)
neighborhood (page field)
homes_in_neighborhood (page field)
The goal would be for the user to create a new featured neighborhood, choose the neighborhood reference, and then homes_in_neighborhood would be a selection dynamically created from whatever neighborhood that is.
Is this possible in PW? Thanks in advance!