Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yep I’m having the same issue. Would appreciate if you could share your workaround.

    WARNING: INVALID ARGUMENT SUPPLIED FOR FOREACH() IN /HOMEPAGES/29/D410476408/HTDOCS/WP-CONTENT/THEMES/EVENTBRITE-VENUE/INC/EVENTBRITE.PHP ON LINE 88
    PRICE UNKNOWN

    Hi

    I had the same problem. I was wondering where this jQuery listener should go?

    Also I have 3 forms with different names all with the same class name ‘wpcf7-form-control wpcf7-submit’

    So I take it I simply change it to:

    jQuery(“.wpcf7-form-control.wpcf7-submit”).click(){
    _gaq.push([‘_trackEvent’, ‘Contact Form 1‘, ‘Submit’]);
    }

    jQuery(“.wpcf7-form-control.wpcf7-submit”).click(){
    _gaq.push([‘_trackEvent’, ‘Contact Form 2‘, ‘Submit’]);
    }

    Many thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)