For example:

My current view title is "Current Open Homes." I have several exposed filters, one of which is City, a free text field. If a user filters the view by city, I'd like the resulting view to say "Current Open Homes in San Francisco, CA" for example. Thanks!

Comments

merlinofchaos’s picture

Status: Active » Fixed

Views doesn't support doing this, unfortunately. You might be able to do something tweaky with the global: null argument and an argument validator and setting $argument->validated_title using the PHP Code. THat's the best i can offer.

TheAlienShore’s picture

Oh well. Thanks for the advice anyway. I appreciate it.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.