Drupal 6 Redirect automatically when selecting deepest item from a hierarchycal tree
Posted
by
liutis
on Stack Overflow
See other posts from Stack Overflow
or by liutis
Published on 2010-07-22T14:39:50Z
Indexed on
2011/03/14
16:10 UTC
Read the original article
Hit count: 252
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?
© Stack Overflow or respective owner