Form Logic Redirect
Hello,
I've been using Drupal for a while but this is my first attempt at the Rules module. I'm not sure if this is the correct module for my scenario, but it seems like it should work...
I have a form that has multiple radio check boxes, a set of 2 and a set of 3 to be specific (6 total ways a user could fill out the form). I have it setup in webform right now, but I could migrate it to CCK if need be.
I would like specify the redirect on form submit depending on which options were selected. So if A from group one was selected and C from group two was selected goto X.
Read moredrupal form redirection
hi,
i am trying to redirect form after submitting and it works fine
like $form['#reditrect']=path
but i want to pass value to that url or path any idea???
