i have tried form widget of bootsnipp example.
http://bootsnipp.com/snippets/featured/form-wizard-and-validation
it works fine, but when i use step 1 data and store to database in laravel it redirect will give null.
I want to redirect to step 2 from controller after save in laravel form post.like wise each step should be traverse.
via user2851129