I’m working on a project using Drupal 7. I’m using simple Hierarchical select module.
How its possible to attach the parent lineage to the node? Is there any way to do so using simple Hierarchical select? because the SHS only attach the child term to the node I tried to google it million times but couldn’t find an answer
I tried the Hierarchical select module but its doesn’t help because I’m using this field as exposed filter in a view and there are only two ‘selection type’ choices:
- Autocomplete : Which is not what am not looking for
- Drop down : Which combines the parent terms and children terms in one list and that is not what I want , I want the selection type to be Hierarchical select which is not provided
please help thank you in advance