top of page
bottom of page
$w.onReady(function () { const params = new URLSearchParams(window.location.search); if (params.get('showLightbox') === 'freebie') { wixWindow.openLightbox('Grab your freebie'); } });