Questions tagged [smart-wizard]

Smart Wizard is an accessible step wizard jQuery plugin with Bootstrap compatibility, developed by Dipu Raj of TechLaboratory.net

Smart Wizard is a flexible jQuery plug-in for wizard like interface. It allows to group contents into sections and so it saves page space and also gives a neat and stylish interface with various themes.

Home page
Documentation
Demo
GitHub Repository

83 questions
0
votes
2 answers

jQuery Smart Wizard - cancel move to next step if validation fails?

I am using the jQuery SmartWizard for one of my projects. I have validations in place via the jQuery Validation plugin which appear to be working. The issue is that I want SmartWizard to stop users from navigating to the next step if validation for…
0
votes
1 answer

jQuery Smart Wizard v4 Step Validaton using jquery validation plugin

Here, I am using jQuery Smart Wizard v4 to my form, There are three steps and each step have some input fields. My question is, just I need to validate each field before going to the next step. HTML from my Form is Something similar to this:
user3733831
  • 2,886
  • 9
  • 36
  • 68
0
votes
1 answer

jQuery Smart Wizard - Reset certain steps

Im using this in my MVC project: http://techlaboratory.net/jquery-smartwizard#func-stepstate There it's explained how to disable or hide steps, but how to reset / mark undone some specific steps? The reason i need this: I have 7 steps and if he user…
JCIsola
  • 110
  • 1
  • 11
0
votes
0 answers

StepIndex with wrong value

On first initializing of smartWizard, I get stepIndex of NULL of showStep event. But, I would expect this to be 0 or whatever is set in 'selected'. When I click next, it will log index 0 instead of 1 and so on. I am sure I am doing something wrong,…
Jakub Koudela
  • 160
  • 1
  • 18
0
votes
2 answers

Figure Out Last Step Jquery Smart Wizard 5?

I want to show a 'finished' button at the last step. I am using jquery smart wizard. I don't see any built in way to figure if I am on the last step or not? Am I missing something? $(document).ready(function(){ // Toolbar extra buttons var…
chobo2
  • 83,322
  • 195
  • 530
  • 832
0
votes
2 answers

TypeError: this.nav.find is not a function smartwizard

I use film of the (Step Wizard with Bootstrap 4) and my version of bootstrap is 4.5.1. Link: https://www.youtube.com/watch?v=5czWkFFLdQc
user9296983
0
votes
0 answers

Validation fails in multi step form, but it still moves to the next step

I have 7 steps of form and am using smart-wizard. On click of the 'next' button, I am saving my data at each step and doing validation but it is moving to step 2 while giving an error on step 1. The screen is not stopping at step 1 to complete…
priya
  • 31
  • 5
0
votes
1 answer

How to validate input is required in jquery SmartWizard when content load from ajax?

i have success implemented jquery SmartWizard for validate input type text, but when input text load from ajax the validate is not working. code to validate: // Toolbar extra buttons var btnFinish =…
willy
  • 13
  • 8
0
votes
2 answers

How to display the options selected in previous steps of smart wizard

I am working on a user interface for my project. I am using the Smart Wizard available at http://techlaboratory.net/smartwizard I am using the smartwizard-modal.html in the examples directory of smartwizard. The smart wizard modal has 4 steps. I…
Tejaswi
  • 264
  • 1
  • 10
0
votes
1 answer

Correct order for script files loading for gentelella template

I'm confused to how to solve this problem this is the Gentelella layout template:
JahStation
  • 893
  • 3
  • 15
  • 35
0
votes
1 answer

Scenarios where smartwizard is not validating

Problems I am working in MVC C# and I have two scenarios where smartwizard fails validation. Hoping I can get some help. Scenario

Information

0
votes
1 answer

jQuery Smart Wizard Step Verification

I am using jQuery Smart Wizard to save a form on each step, I have some input fields. I want to validate each field before going to the next step. please help me how can I achieve it. Here is my jQuery: $('#smartwizard').smartWizard({ …
awsm sid
  • 595
  • 11
  • 28
0
votes
3 answers

resize content of smart-wizard (js library)

I want to change the height (of the step div) dinamically but it do not work in any way that I tried. I need this because I have a table I insert data with ajax and it reload, this table is in datatable. I already tried to change the height in css…
Luciano
  • 358
  • 1
  • 5
  • 17
0
votes
1 answer

Smart Wizard with two steps no correct rendering

For a form, I am using a smart wizard instance: https://github.com/mstratman/jQuery-Smart-Wizard. I only have two steps right now, and it is rendered not correct. The line is longer than the second bubble. How can I fix this?
0
votes
1 answer

Show waiting dialog on synchronous ajax

I want to show a waiting dialog while a synchronous ajax is made. I using a Smart Wizard, to change between step one to step to i have to validate some data to do that i have to make 3 ajax call one after the other and while this is done i want to…
Luis Melendez
  • 89
  • 1
  • 10