Alex P
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Landing Pages] Conflict with Contact Form 7Hello,
I’m using ‘category’ and ‘action’ parameters (“sfratto” and “submit”) in the trackEvent code.
I guess my problem is related to form standardization, but I cannot make my form working without it and cannot track with it…
Any idea about what can I do?
Thanks a lotForum: Plugins
In reply to: [WordPress Landing Pages] Conflict with Contact Form 7Maybe it is due to form standardization? If I enable form standardization, the on_sent_ok event is not triggered.
Disabling form standardization, I get the following js error:Uncaught TypeError: Property ‘submit’ of object #<HTMLFormElement> is not a function
Forum: Plugins
In reply to: [WordPress Landing Pages] Conflict with Contact Form 7The tracking code is:
on_sent_ok: "_gaq.push(['_trackEvent', 'Sfratto', 'Submit']);"The problem is that it does not exeute any cody at the on_sent_ok event in Contact Form 7.
Forum: Plugins
In reply to: [WordPress Landing Pages] Conflict with Contact Form 7I’m using Google Analytics, but it simply does not trigger the event I set on Contact Form 7. Even an alert() isn’t triggered.
I’ve tried removing Landing Page and the event is triggered correctly, so it is a conflict between Landing Page and Contact Form 7 plugins.Forum: Plugins
In reply to: [Contact Form 7] [Plugin: Contact Form 7] on_sent_ok Not WorkingI have the same problem.
My site http://prontosoccorsolegale.com/go/solosfratti/ cannot execute on_sent_ok functions even disabling all the other plugins.
It seems the page is reloaded before my function is fired.Please help me!