• Resolved monreal112

    (@monreal112)


    Hello,

    IS there any option how we can setup form submission tracking only on successful submissions? Now we are using cf7 and every click on “submit” button is recorded as event.

    Thank you.

    • This topic was modified 8 years, 6 months ago by monreal112.
Viewing 6 replies - 1 through 6 (of 6 total)
  • I would also like this feature

    Thread Starter monreal112

    (@monreal112)

    Also is it possible to track multiple forms with different names? As now only the button text differentiates them and usually “register” is “register” everywhere 🙂

    For CF7, in Additional Settings tab of your form use:

    on_sent_ok: "ga('send', 'event', 'Your category', 'You action', 'Your label');"

    Thread Starter monreal112

    (@monreal112)

    Thank you for your answer, Alin,

    Isn’t this solution going to be depreciated https://contactform7.com/tracking-form-submissions-with-google-analytics/ ?

    And if using it should i turn off form submissions tracking in the plugin settings?

    Thanks.

    Yes, and the developer gives an alternative: see https://contactform7.com/dom-events/.

    Answering your original question, as long as there’s no standard for successful submission of a form it will be impossible to have a reliable solution which works out-of-the-box for all forms. Each form plugin will need its own integration, in this case using Dom Events.

    Thread Starter monreal112

    (@monreal112)

    Thank you, Alin,

    Your help is appreciated.

    What about scroll events? Can we somehow put exact page parts which we want to be recorded instead of 25%, 50% etc.?

    And what about bounce rate? We would like that when some of the events fire (f.e. 75% of page is scrolled) the session is not calculated as bounced. Is that also possible to setup?

    Thanks again.

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

The topic ‘Even tracking – contact form submissions’ is closed to new replies.