Whenever I attempt to submit my standard contact form on my Wordpress website using Contact Form 7, it seems to be stuck in a continuous "sending" mode. Although the form actually works and I receive the submitted mail in my inbox, visually on the homepage, it appears to be stuck.
The Chrome console displays this error message:
Uncaught TypeError: Cannot read property 'dispatchEvent' of undefined
at Object.wpcf7.triggerEvent (scripts.js?ver=4.9.1:361)
at ajaxSuccess (scripts.js?ver=4.9.1:279)
at Object.<anonymous> (scripts.js?ver=4.9.1:344)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at y (jquery.js?ver=1.12.4:4)
at XMLHttpRequest.c (jquery.js?ver=1.12.4:4)
On the other hand, the Firefox console reports:
TypeError: $target.get(...) is undefined[Läs mer] scripts.js:361:3
wpcf7.triggerEvent http://***.se/wp-content/plugins/contact-form-7/includes/js/scripts.js:361:3
wpcf7.submit/ajaxSuccess http://***.se/wp-content/plugins/contact-form-7/includes/js/scripts.js:279:6
wpcf7.submit/< http://***.se/wp-content/plugins/contact-form-7/includes/js/scripts.js:344:4
n.Callbacks/i http://***.se/wp-includes/js/jquery/jquery.js:2:27444
n.Callbacks/j.fireWith http://***.se/wp-includes/js/jquery/jquery.js:2:28213
y http://***.se/wp-includes/js/jquery/jquery.js:4:22719.send/c
Are there any effective solutions you can suggest to help me resolve this issue?