Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@EastSideCode
Created April 5, 2018 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EastSideCode/387da6e1b41ef57cc82ced2c56b37760 to your computer and use it in GitHub Desktop.
Save EastSideCode/387da6e1b41ef57cc82ced2c56b37760 to your computer and use it in GitHub Desktop.
Trackign for qforms
// for contact forms
jQuery('.quform-form').on('quform:successStart', function () {
gtag('event', 'isubmit', { 'event_category': 'Contact Forms' });
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment