I need to create multiple steps dialog with next, back, cancel and submit buttons. I tried to use wizard within empty dialog, but it's just don't have the look and fill of a dialog.
- Is it the right way to put wizard in an empty dialog?
- Does jQuery have other component to that (I didn't find one)?
Thanks!
You can make use of
1) Jquery plugins ( link1 , link2 etc)
2) Or Do from the scratch (link3)