Question

I want to build a wizard type web form. Practically it is a very long form that I want to break on several sub-pages in a wizard fashion. I would have "back and next" buttons and have to be able to maintain a session or something like it until the form is submitted.

I am considering using partial views which I will flip back and fourth until the form completed, but I am not sure if this would be the or an optimal approach to the solution. I have doubts because partial views are suppose to be reusable across multiple pages through one website rather than on a single page and there might be implications I do not know of.

Please any suggestion would be helpful. Let me know if you need more details or clarification.

Thank you very much!

Was it helpful?

Solution

you can try these plugins which will make your life easier.

http://www.dbarnes.info/jWizard/

http://thecodemine.org/#

http://www.jquery-steps.com/

These are my choices but there are lot of other jquery plugins out there which are made for this specific purposes.

hope this helps.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top