Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.31 KB | None | 0 0
  1. jQuery(document).ready(function( $ ){
  2.   alert("I am ready");
  3.   document.addEventListener( 'wpcf7mailsent', function( event ) {
  4.     gtag('event', 'Contact Form Submitted', {
  5.       'event_category': 'Contact_Form',
  6.       'event_action': 'Contact_Form_Submit'
  7.     });
  8.     alert("Event submitted");
  9.   }, false );
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement