Perfumes Árabes en México
Mayoreo, contáctanos vía WhatsApp
Envíos gratis a partir de $1,799
jQuery(window).on('elementor/frontend/init', function () {
jQuery(document).on('submit_success', '.elementor-form', function () {
console.log('Formulario enviado');
setTimeout(function(){
// Cerrar cualquier popup activo
jQuery('.elementor-popup-modal').each(function(){
jQuery(this).find('.dialog-close-button').trigger('click');
});
// Abrir popup del cupón
setTimeout(function(){
elementorProFrontend.modules.popup.showPopup({ id: 13434 });
},500);
},300);
});
});