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
Comment #1
merlinofchaos commentedViews 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.
Comment #2
TheAlienShore commentedOh well. Thanks for the advice anyway. I appreciate it.