if (event.data.type === 'formSubmitted') { const iframe = document.getElementById('compman-form'); if (iframe) { iframe.classList.remove('compman-form'); iframe.classList.add('compman-form-success'); iframe.scrollIntoView({ behavior: 'smooth' }); } } });