Engagement How To: Let the user act in the app, then proceed to next engagement step
I often interspersed a modal like this in the walk through tool my company used prior to shifting to PX:
The users could do whatever they needed on the page, and the modal would persist in a corner of the screen despite minor url changes. When they clicked "Next," the next step would appear.
(The (?) spots reveal explainer tooltip text on mouseover--just regular html stuff that we can do in PX too)
WHY IS IT USEFUL
This technique worked well in cases where a user may need to take any number of steps (or no steps if already ready) before moving on to the next part of a process. It's the digital analog to a tour guide saying, "get some snacks, hit up the restrooms, meet back at the bus in ten minutes."
Does this make sense and has anyone found a good way to handle this kind of function in PX?
The users could do whatever they needed on the page, and the modal would persist in a corner of the screen despite minor url changes. When they clicked "Next," the next step would appear.
(The (?) spots reveal explainer tooltip text on mouseover--just regular html stuff that we can do in PX too)
WHY IS IT USEFUL
This technique worked well in cases where a user may need to take any number of steps (or no steps if already ready) before moving on to the next part of a process. It's the digital analog to a tour guide saying, "get some snacks, hit up the restrooms, meet back at the bus in ten minutes."
Does this make sense and has anyone found a good way to handle this kind of function in PX?
