I’m using Drupal 6 with the Views module.
I have a view with an exposed filter, I’d like to display the user selected value of that filter in the title of the view. Is there an easy way of doing this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The way to do this is to use jQuery to change detect a change in the select list and set the selected value as the title of your view.