Active
Project:
Pageroute
Version:
6.x-1.0-beta5
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2010 at 23:37 UTC
Updated:
13 May 2010 at 21:16 UTC
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
Comment #1
Krupp commentedI 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.