How to create a handheld wizard in yii

Hi guys previously what you have given replies were totally helpful. Now I am stuck at a new point.

I need to create a wizard, in which questions will be asked and according to their answer the next page will come. But the main concern about this is the life cycle. How to maintain the life cycle of the total wizard so that any time if a user wants to go back then he will be able to find his previous answers and resubmition of data will not be asked.

If you have any snippet or sample code please share with me.

Thanks guys

try this extension :wizard-behavior

Thanks for this. It’s very helpful.