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.
Is this possible with rules? I read through the FAQ and examples but I couldn't find anything that used this kind of logic.
Any advice on how to accomplish this task would be greatly appreciated.
Thank you,
Comments
Sure it is possible!
What you're describing seems like a perfect situation to use Rules.
What you want to do is basically the following:
Repeat for as many conditions you like.
If you find the six triggered rules cluttering your interface, you could go for a rule set instead. Then you (1) make a rule set and add the six rules in it, and (2) add a triggered rule that calls the rule set when a node of the appropriate type has been created.
Good luck!
//Johan Falk, Sweden