Advertisement
NikolayBezay

Adoric On example

Aug 9th, 2022
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. adoric.on('form:before:submit', function(params) {
  2. /* do your code here
  3. maybe helps:
  4. params.lightboxId,
  5. params.lightbox.options.userId,
  6. params.lightbox.options.campaignTitle,
  7. params.lightbox.options.title,
  8. params.lightbox.options.type */
  9.  
  10. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement