• Resolved Pieter Sand

    (@beachholiday)


    Dear Support,

    We are trying to use FluentForms within WP Popups:
    https://www.ads-software.com/plugins/wp-popups-lite/

    When setting up a popup containing a fluentform, submitting the form doesn’t trigger a ‘conversion’ event’.

    When speaking with WP Popups support, they asked the following:

    Could you ask fluentform support if they have any javascript event we can hook to when the form is submitted successfully ? Their javascript is compressed and we cannot find any, nor find anything in their docs page.
    With that javascript event we can hook our popup functions the same way we do with gravityform, ninja forms, etc .

    If they don’t have event they may have an option to execute javascript in the form settings which we could use to trigger the popup conversion function.

    Please advise.

    Many thanks for your help with this.

    Piet

Viewing 1 replies (of 1 total)
  • Plugin Author Lukman Nakib

    (@pyrobd)

    Thanks for reaching to us here is the js event it can be used to capture submission event.

    jQuery(document.body).on('fluentform_submission_success', function() {
      alert('ok');
    });

    We will update the doc asap. For more details you can check this page link

    Hope that helps. Feel free to let us know if you have any other query.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘FluentForm Submission JS Event?’ is closed to new replies.