Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #842512

    Hi I need too track from submissions especially from the contacts page…

    vetting-software.com

    Thanks

    #842523

    I have added the code:

    add_filter(‘avf_contact_form_submit_button_attr’,’avia_add_submit_attributes_to_cf’, 10, 3);
    function avia_add_submit_attributes_to_cf($att, $formID, $form_params){
    $att = “onclick=\”_gaq.push([‘_trackPageview’, ‘UA-86645876-1’]);\””;
    return $att;
    }

    But it then appears in the top bar area of the site…

    #843623

    Hi,

    Did you copy the code from the site: http://kriesi.at/documentation/enfold/add-onclick-event-to-the-contact-form-submit-button/ ? Can you try manually replacing the the single quotes ‘ and double quotes ” sometimes they cause some issues when copied and pasted. Hope this helps.

    Best regards,
    Nikko

    #854560

    Hi – yes I did at one stage – let me add again. See what happens.

    #854561

    Any issues I’ll shout – thanks.

    #854590

    Hi,

    Sure, we will keep the thread open and wait to hear from you.

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.