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

    (@codepeople)

    Hello @paramonaff

    Your forms don’t use common submission. You are intercepting them to implement a silentSubmission that generates some conflicts with your form’s structure.

    Furthermore, your page includes 14 forms, each of them defining a different silentSubmission function.

    Best regards.

    Thread Starter paramonaff

    (@paramonaff)

    I removed this 14 forms and I removed silentSubmission method (but I still need it) on the last form. ( https://factory-reklama.ru/test/ and https://joxi.ru/D2PdzLpiBVKqZ2).
    But it still does not work in popup.

    Plugin Author codepeople

    (@codepeople)

    Hello @paramonaff

    There is another element on your page that captures the onclick event. Please, insert an “HTML Content” field in the form with the following piece of code as its content:

    <script>jQuery(document).on('click', '.pbSubmit', function(){jQuery(this).closest('form').submit();});</script>

    For pro or commercial product support please contact us directly on our site. This includes any pre-sales topics as well.

    Commercial products are not supported in these forums. We will happily answer this and any other questions you can have on our own site.

    Best regards.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Calculated fields form in popup Elementor’ is closed to new replies.