Drupal 6 Redirect automatically when selecting deepest item from a hierarchycal tree
- by liutis
Drupal 6, Redirect automatically when selecting deepest item from a hierarchycal tree, like:
Tree Parent
.|Child 1
....|_Child 1.1
.|_Child 2
Redirect action must occour only on the last items: Child 1.1 and Child 2
Destination of creat different content types, will be defined in js array.
But how to send hierarchical select value to, destination add content type?
Maybe like redirect_url?tid_value=value123.
I have to save all taxonomy path, but it would be enouth to get deepest one tid value.
Should i use multipage approuch here?
Any solusion?