Questions tagged [twitter-bootstrap-wizard]

The Twitter Bootstrap Wizard allows to build a wizard functionality using buttons and tabs.

The Twitter Bootstrap Wizard allows to build a wizard functionality using buttons and tabs. Twitter Bootstrap Wizard provides a range of events, like onNext, onInit etc allowing hooks into each step individually.

Twitter Bootstrap Wizard requires jQuery and bootstrap 2.3.x or bootstrap 3.x.

Link: Twitter Bootstrap Wizard project homepage.

31 questions
10
votes
5 answers

Bootstrap 3 Form Wizard

Hi I am having problem with the form wizard I am using for bootstrap 3.0.3 It's actually working but the next and previous buttons are not but when I click on the navigation it's working. I don't know if the versions are compatible I downloaded this…
5
votes
1 answer

Twitter bootstrap wizard skip steps during onnext

This is a specific question to twitter bootstrap http://vadimg.com/twitter-bootstrap-wizard/ I am trying to work out if anyone has been able to skip steps when handling the onNext event. I want to skip steps depending on inputs that have been…
Danjuro
  • 205
  • 3
  • 14
4
votes
3 answers

bootstrap wizard fails to load remaining tabs

I'm using jquery,bootstrapWizard plugin to turn a standard form into a wizard. I've had this working but in a re-write of the form and updating jquery and associated scripts I've corrupted the form and can't see what's gone wrong. I'm using…
Ray
  • 3,018
  • 8
  • 50
  • 91
3
votes
4 answers

Bootstrap Wizard next tab on image click and capture value

I have a form with Twitter Bootstrap Wizard and I have several images that when I select one, I must store locally the value and go to the next tab (o._nextTab). When I click the image it should go to the next tab, but currently is not working. This…
3
votes
1 answer

Persist List of Objects Between Pages - ASP MVC

C# - ASP MVC - .NET 4.5 - Bootstrap - Razor I have a form wizard (http://vadimg.com/twitter-bootstrap-wizard-example/examples/basic.html) that is used to setup a complex object (obj1). A property of obj1 is a List. On one step of the wizard I…
Will
  • 989
  • 4
  • 19
  • 33
3
votes
2 answers

Stop Bootstrap form wizard focusing when clicking next

I am using the Bootstrap form wizard and when the user clicks the continue button they are moved to the next tab but the page scrolls down I've looked in the jquery.bootstrap.wizard file that holds the script but cannot find anything to do with…
2
votes
1 answer

Passing Data in wizard form without post back in MVC

Sorry for any mistake. I am new to MVC. I want to pass data from one wizard form to other in single view. Below is my controller side code which return list to view. In view there is wizard form where i make update some field in list and on next…
2
votes
0 answers

Disable bootstrap tab without breaking pagination in wizard

For some reason I need disable click by tabs in twitter-bootstrap-wizard. Is it possible to disable bootstrap wizard tabs click and and cursor pointer without breaking a wizard? Wizard with enabled tabs: $(function () { const wizard =…
Pavlo Zhukov
  • 3,007
  • 3
  • 26
  • 43
2
votes
1 answer

Bootstrap 3 form-horizontal not working with bootstrapWizard

Pardon me, this might be silly question. I'm trying to mix bootstrap 3 with twitter bootstrap wizard in Meteor: