top of page
SERVICES
SOLUTIONS
ABOUT
BLOG
SUBSCRIBE
CONTACT US
Book Your Free Strategy Consultation Now
First name
*
Last name
*
Email
*
Company name
Book Your Free Strategy Session
SERVICES
SOLUTIONS
ABOUT
BLOG
SUBSCRIBE
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; } });