• Resolved leokoltm

    (@leokoltm)


    Hi. I have a problem here https://kazkarta.ru/domashnyaya-stranica/ . I’m using your plugin. And just on the page, it works without problems. You can look at the bottom of the page, there is a form and it works there. But if you try to work with the form that is in the pop-up window, the form stops working. Call any form on the page (there is a button in the header). What could be the problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter leokoltm

    (@leokoltm)

    I used a code similar to the one below. When I call my popup, I initialize the forms. Everything worked)

      jQuery(document).on( 'elementor/popup/show', function() {
        const $form = jQuery('.wpcf7-form');
        wpcf7.init($form[0]);
        wpcf7cf.initForm($form);
      });
    • This reply was modified 3 years, 4 months ago by leokoltm.
    Plugin Author Jules Colle

    (@jules-colle)

    Cool!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Fields in popup dont work’ is closed to new replies.