EduardET

Untitled

Mar 27th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. (function($) {
  3.     $(document).ready(function() {
  4.         var contactFormButton = $('.free-consultation .et_pb_contact_submit.et_pb_button');
  5.         contactFormButton.click(function(){
  6.             return gtag_report_conversion()
  7.         })
  8.     });
  9. })(jQuery);
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment