import wixLocation from 'wix-location'; $w.onReady(function () { // Get the URL query parameters const query = wixLocation.query; // If the utm_source parameter exists, set it to the hidden field "utmSource" if (query.utm_source) { $w("#utmSource").value = query.utm_source; } // If the utm_medium parameter exists, set it to the hidden field "utmMedium" if (query.utm_medium) { $w("#utmMedium").value = query.utm_medium; } // If the utm_campaign parameter exists, set it to the hidden field "utmCampaign" if (query.utm_campaign) { $w("#utmCampaign").value = query.utm_campaign; } });
top of page

My Items

I'm a title. ​Click here to edit me.

bottom of page