JS error initializing: TypeError: can’t assign to property “animation_intime”
-
In a WordPress webpage based on the Impreza theme I tried to use CF7 and CF7CF. When loading a web page containing a form I get the following JS error in the JS console in the browser:
TypeError: can't assign to property "animation_intime" on false: not an object
Wpcf7cfForm scripts_es6.js:99
This line is:
form.settings.animation_intime = parseInt(form.settings.animation_intime);
When setting a breakpoint to this line I can see, that the
form
object does not have a field calledsettings
, which results in this error.Can you give me a hint?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘JS error initializing: TypeError: can’t assign to property “animation_intime”’ is closed to new replies.