You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.
Love this plugin, everything works well except the validation part. It works perfectly in the demo but not in my code for some reason.
I get Uncaught TypeError: undefined is not a function bootstrap-wizard.js:273
Hi @jamiehall84 you are facing this issue as you have not written validation function mentioned in form element. Code is trying to find that function and is not able to find that function so it is raising "TypeError..."
Love this plugin, everything works well except the validation part. It works perfectly in the demo but not in my code for some reason.
I get Uncaught TypeError: undefined is not a function bootstrap-wizard.js:273
line 273 is:
var vret = windowv;
any reason anyone can think of why this could be happening?
The text was updated successfully, but these errors were encountered: