Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author theme funda

    (@gravitymaster97)

    yes it will be work

    window.addEventListener('Gm_enquiry_submitted', function(event) {
      // Handle the custom event here
      console.log('Custom event triggered!');
      console.log(event.detail);
    });

    Hello,

    Could you add submit Hook similar to wpcf7_before_send_mail where user may hook into your plugin events, like on enquiry submit ? I have tried Script it gave me CORS error always, that why i want to add hook, please help me for this

    • This reply was modified 10 months, 3 weeks ago by rtd1179.
    Plugin Author theme funda

    (@gravitymaster97)

    we added jquery hook

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘DOM events support’ is closed to new replies.