top of page
FECONCIENCIA
Ruta Crítica
bottom of page
$w.onReady(function () { // Escucha el mensaje del iframe window.addEventListener('message', (event) => { if (event.data === 'ghl_form_submitted') { // Cierra el popup $w('#POPUP').hide(); // Usa el ID real de tu popup } }); });