Hi everyone,

I'm looking to build this drop-down functionality as seen on this Lullabot page: http://www.lullabot.com/blog/articles

I don't want to build the entire thing. I just need the drop-down functionality (once a term from the dropdown is selected, the results automatically sort).

Through research, I've found that I need to use views expose filters. Can anyone assist?

Thanks for any tip.

Comments

WorldFallz’s picture

based on a quick look at the source, it looks like a view with a filter using better_exposed_filters.

haopei’s picture

Thanks WorldFallz. I had installed Better Exposed Filters and played around with it, prior to asking this question. I realised that I made the silly mistake of exposing filters in 'Sort Criteria', instead of 'Filter Criteria'.

Thanks for your help.