Validation and Errors #138
-
I cannot figure out the best approach for validation, also, I Implemented my manual validation but when using errorSteps it doesn't work! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Please check here validation example for v6: https://techlaboratory.net/projects/demo/jquery-smart-wizard/v6/validation#step-1 The example shows how the "Confirm Order" button is enabled on only the last step, you can use the same approach to show/hide also. |
Beta Was this translation helpful? Give feedback.
Please check here validation example for v6: https://techlaboratory.net/projects/demo/jquery-smart-wizard/v6/validation#step-1
Code example: https://github.com/techlab/jquery-smartwizard/blob/master/examples/validation.html
The example shows how the "Confirm Order" button is enabled on only the last step, you can use the same approach to show/hide also.