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 1 year, 9 months ago by leokoltm.