Cannot read property 'hasOwnProperty' of undefined
Hello, currently encountering this error. I am able to see the data from my form loaded but all of them are in one page, and the buttons are nowhere to be found.
Uncaught TypeError: Cannot read property 'hasOwnProperty' of undefined
at HTMLDivElement.
Same issue here
Okay, the quick and dirty way is to remove this from the jquery.smartWizard.js file:
// show deprecated message for includeFinishButton and reverseButtonsOrder options if(method.hasOwnProperty('includeFinishButton') || method.hasOwnProperty('reverseButtonsOrder')) { console.log("[WARNING] Parameter 'includeFinishButton' and 'reverseButtonsOrder' are " + "deprecated an will be removed in the next release. Use option 'buttonOrder' instead."); }