Active
Project:
Multistep (D7)
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Dec 2009 at 02:13 UTC
Updated:
31 Jan 2012 at 22:48 UTC
Is it possible to log a user back into their form but redirect them specifically to the step of the form they left off on when they logged out? So they may have completed step 1 but not step 2. When they log back in I want them to be on the step 2 page immediately.
Is this doable?
-backdrifting
Comments
Comment #1
Bilmar commentedsubscribing
Comment #2
bluestarstudios commented+1 subscribing.
Comment #3
bluestarstudios commentedany news? I've read in one of the last released versions that there was an added feature to determine the submitted steps. Maybe that would help? Any ideas?
Thanks
Comment #4
robby.smith commented+1 subscribing
Comment #5
scottrigbyYou could add this to your custom module's hook_form_alter()
Comment #6
scottrigbyThough it might be useful to add this as a configurable option to multistep…