• ckhNL

    (@ckhnl)


    Hi,

    I would like to tag a session with the name of user as entered in my contactform. Inspectlet let’s you do this with:

    __insp.push([‘tagSession’, {name: value}]);

    CF7 supports:
    on_sent_ok: “_gaq.push([‘_trackEvent’, ‘Contact Form’, ‘Submit’]);”
    as mentioned on http://contactform7.com/tracking-form-submissions-with-google-analytics/

    BUT it doesn’t state how you can use values from the form itself. Is this therefore possible? So I can use something like

    on_sent_ok: “__insp.push([‘tagSession’, {name: ****value_from_CF7****}]);”

    Any help is appreaciated!

    https://wordpress.org/plugins/contact-form-7/

  • The topic ‘Support for Inspectlet?’ is closed to new replies.