top of page

Book Your Free Strategy Consultation Now

bottom of page
import { getCurrentUrl } from 'wix-location'; $w.onReady(function () { const url = new URL(getCurrentUrl()); const pageURL = url.searchParams.get('pageURL'); if (pageURL) { $w('#hidden_url').value = pageURL; } });