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,…