Event Tracker breaking JAva to display Thank you message
-
Hello all,
I need to track my contact form and found this explaining how to do it http://contactform7.com/tracking-form-submissions-with-google-analytics/
When I add this bit of code to the Additional Settigs, the Thank you message (Sender’s message was sent successfully) doesn’t show up although emails are sent. What can I do please?
I have seen this thread about the issue but deleting GA tracking is not an option really https://ww.wp.xz.cn/support/topic/email-sending-no-confirmation-message?replies=4
Thanks very much, Alexandra
-
HI Alexandra, same issue here.
After click in SEND/(ENVIAR) – portuguese translation),
an infinite “loop logo wheels” and the “THANK YOU”/SUCCESS NOTIFICATION MESSAGE not appears.
=> LINK : http://snag.gy/00MwI.jpgI receive the mail normally, but the client re-send the form a lot of times, because there´s no sending confirmation.
And YES, just deleting GA tracking is not a really functional option . It doesn´t works. I tried.
https://ww.wp.xz.cn/support/topic/email-sending-no-confirmation-message?replies=4
And NO, i don´t have any Tracking Form Submission with Google Analytics On additional settings. It´s Empty .
JEDIS!!!
Give us some light!
Many hanks in advance,Problem solved for me:
I deleted some Open Graph Tags that I inserted manually on “functions.php” and “header.php” (looking for better results on facebook like/share buttons) and problem is gone.Hi guys,
Thanks for your messages.
@cooperator_jr what are Open Graph Tags, please? Don’t recall having add those… Can you explain how I can find them so I can delete them, please?
Thanks and Best Wishes, Alex
Hi,
Any chance you can help me out with the above please? How can I find where are these uncecessary Open Graph Tags? I have research about them but still to find out what should be deleted is a step ahead for me.
My functions.php has only this code:
<?php
add_action( ‘wp_enqueue_scripts’, ‘enqueue_child_theme_styles’, PHP_INT_MAX);
function enqueue_child_theme_styles() {
wp_enqueue_style( ‘parent-style’, get_template_directory_uri().’/style.css’ );
wp_enqueue_style( ‘child-style’, get_stylesheet_uri(), array(‘parent-style’) );
}I think that if I just add an aditional setting which allows me to identify in Google Analytics when a contact form has been submitted, that should be fine. At the moment the url remains the same (when you land on it and also when you filled the info and clicked on send button).
Any help would really be appreciated.
Thanks and regards, Alexandra
Hi cooperator_JR,
Can you help me out with the above, please? I’ve been trying to fix this issue for more than a month now and any help would be much appreciated.
thanks and Regards, A.
The topic ‘Event Tracker breaking JAva to display Thank you message’ is closed to new replies.