Hi. I need to create a fork in the road. Basically once my users finish save a node, they need to go to a page which will ask them a question. If they click yes they will go somewhere. if they click no they will go somewhere else. How can I achieve this?

THANKS!

Comments

Krupp’s picture

I am exploring the module myself, so I am not sure if this will work, but it is an idea:
Create three routes. The basic route up until the question, and the two "arms" of the fork.
The basic route ends with a simple page on which the question is asked. The answers are two links to the new routes.
Not sure if this will work for you.