Js Uncaught TypeError – When Form is Submitted
-
As we Submit the Contact Form 7, this Error appears on the Console.
It doesn’t break any functionality though but Please Fix this.Uncaught TypeError: Cannot read property ‘moveToStep’ of null
at scripts.js:194form.$form.on('reset.wpcf7cf', form, function (e) { var form = e.data; setTimeout(function () { form.displayFields(); form.resetRepeaters(); form.multistep.moveToStep(1); // Error Here }, 200); }); // PRO ONLY
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Js Uncaught TypeError – When Form is Submitted’ is closed to new replies.