I want to make a custom search block to search a content type I have made by cck using Views Expose feature. I have created some taxonomy vocabularies and terms inside all of them. Also I have made the custom search block using Views by adding following filters:

Node: Type = Custom CCK field (not exposed)
Node: Title (exposed)
Taxonomy: Vocabulary (exposed)
Taxonomy: Term (exposed)

I want that when user selects a taxonomy vocabulary from dropdown menu of 'Taxonomy: Vocabulary' filter list, the terms in the 'Taxonomy: Term' drop down list changes to the children of vocabulary that has been selected.

Could anyone tell how to do it ? Thanks in advance

Comments

nirbhasa’s picture

This is best moved to the views issues queue....

http://drupal.org/project/views

pankajshr_jpr’s picture

ok ...thanks