Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  if (location.href.indexOf('antitreningi.ru/lp/infobiz/') > -1) {
  2.    $(document).on('blur', 'input[name="item[email]"]', function() {
  3.       carrotquest.identify([{ op: 'update_or_create', key: '$email', value: $(this).val() }])
  4.     });
  5.     $(document).on('blur', 'input[name="item[phone]"]', function () {
  6.         carrotquest.identify([{ op: 'update_or_create', key: '$phone', value: $(this).val() }])
  7.     });
  8.     $(document).on('submit', '#js-modal-registr .form__btn', function() {
  9.         carrotquest.track('Название события заполнения формы'), {
  10.         };
  11.      });
  12.    }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement