OK,,
I get the concept of the module but how do you use it.
please don't send me to this page (http://drupal.org/node/310795)
maybe I am stupid or something but i really need an example or somthing, I can't wrap my head around this module at all,,,
help guys
Comments
Comment #1
vm commentedIt's a way of strings forms/pages together in succession.
Comment #2
abowers commentedI've been messing around with this module a bit, and here's what I did to set up a page route for editing a user's profile (I'm using Drupal's core profile module):
Now, you have a page route that can be accessed by www.example.com/user-profile. It will allow you to edit your user account (or the logged in user), show you a page with the Basic Info stuff. When you click Forward or whatever, it will take you to the next page - Bio in this case, and so on until you've reached the end. Then it will take you to the redirect url you specified in the page route, in this case, to the Forums.
That's as far as I've gotten so far. It could be the start of a tutorial or something. I'd love to have any feedback or corrections (or additions) to this.
Comment #3
farald commentedabowers, this walktrough helped a lot! Thanks!
Comment #4
sepgil commented