Advertisement
NikolayBezay

Add adoric form submit listenner(will work with all regular adoric campaigns.)

Dec 3rd, 2021
718
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. adoric && adoric.on('form:after:submit', function(event) {
  2.     console.log(event);
  3. });
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement