Advertisement
Guest User

Untitled

a guest
May 23rd, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !(function ($) {
  2.     if ($) {        // https://shop.pomelody.com/pl/moje-konto/
  3.         $('form[action="/moje-konto/"]').on('submit', function () {
  4.             _edrone.customer_tags = 'register';
  5.             _edrone.email = $('#reg_email').val();
  6.             _edrone.action_type = 'subscribe';
  7.             if ($('#mailchimp_woocommerce_newsletter').is(':checked)) {
  8.                 _edrone.init();
  9.             }
  10.         });
  11.     }
  12. )(windowjQuery));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement