View and manage the subscriptions you've purchased.
No purchased subscriptions
When you purchase a subscription, it'll appear here.
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
}
});
});