top of page
Residential
bottom of page
$w.onReady(function () { const affiliateName = wixLocation.query['affiliateName']; console.log("Affiliate Name:", affiliateName); $w('#text21').text = `Welcome to ${affiliateName}'s Website`; //$w('#text21').show(); });