marcel030
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Contact Form 7] Send, but displays no confirmation messagePlease study http://contactform7.com/additional-settings/
Forum: Plugins
In reply to: [Contact Form 7] Send, but displays no confirmation messageSOLVED
I’ve solved the problem. Since my theme is now using _gaq I had to change the code to:
on_sent_ok: "_gaq.push('send', 'event', 'Contact Form', 'submit');"Forum: Plugins
In reply to: [Contact Form 7] Send, but displays no confirmation message@007bmorris, after I’ve removed the Google Analytics code CF7 works again.
I therefor think that the on_sent_ok GA function has an error.One of my forms is on http://vlinderhof.com/contact/ and it includes this GA code
<!-- Google Analytics start --> <script> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-****1912-*']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> <!-- Google Analytics end -->Forum: Plugins
In reply to: [Contact Form 7] Send, but displays no confirmation messageI’m experiencing the same problem.
I’ve temp. removed this code:
on_sent_ok: "ga('send', 'event', 'Contact Form', 'submit');"
Viewing 4 replies - 1 through 4 (of 4 total)