Passing filters to to a view from a block
Posted by gavin.hughes on January 17, 2012 at 9:29pm
Hi All
I am Hoping someone can point me in the right direction,
I'm using the D7 Views 3 and custom module,
I have created a view that takes 2 (contextual) filters.
And I have created custom module that creates block form that traverses a taxonomy tree a creating a parent-child drop-down using select lists similar to the way hierarchical_select works, what I’m not sure is the best method off passing the values from the select list to the views-page, (this will involve redirecting the user to that views-page with the arguments)
