Please fill in your details to download the brochure.
document.addEventListener('wpcf7mailsent', function(event) {
// Close the Flatsome lightbox
const lightbox = document.querySelector('.your-lightbox-selector'); // Replace with the actual selector of your lightbox
if (lightbox) {
lightbox.style.display = 'none'; // Hides the lightbox
}
}, false);