Undefined variable response
-
The plugin appears to be broken. Getting an error in
frontend-script.jsdue to an undeclaredresponsevariable in the hook attached to thewpcf7invalidevent.More specifically, in the unminified file,
wpcf7-redirect\assets\js\wpcf7r-fe.jsline79:response = event.detail.apiResponse;
should bevar response = event.detail.apiResponse;The module runs in strict mode; therefore global assignment is illegal.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
The topic ‘Undefined variable response’ is closed to new replies.