I have a form that is gathering club information, when that form is submitted I would like for it to redirect to a static node page, rather than display the new club information that was just entered.

I've read through alot of post here about pageroute but I'm still unable to get the desired result.

Main questions I have are:

On the "Edit Route" page, what goes into "Path"?
What goes into the "Custom redirect path"?

Thanks

Comments

fago’s picture

Status: Active » Fixed

the path is the path, where you can access the pageroute later. the redirect path is the path, where you will be redirected after going through a whole route.

this can be done easily with pageroute. use a node view page type for the static node page.

Anonymous’s picture

Status: Fixed » Closed (fixed)