Can anyone explain the destination perameter to me? How do I add one to a Page?

At the end of my pageroute, I get linked back to the beginning of the route, but I'd like to have it link somewhere else. How is this done?

Comments

fago’s picture

Status: Active » Fixed

you could upgrade to the latest dev snapshot, which has a new feature which let you configure a redirect destination, to which the user will be redirected after he has completed the route.

Otherwise use
routepath?destination=user

Where /user is an example redirect destination.

Anonymous’s picture

Status: Fixed » Closed (fixed)