@sonordev/site-kit 2.7.3 → 2.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -655,6 +655,9 @@ async function submitForm({
655
655
  utmSource: utm.utm_source,
656
656
  utmMedium: utm.utm_medium,
657
657
  utmCampaign: utm.utm_campaign,
658
+ // Sub-site host — preserved on form_submissions for lead attribution
659
+ // across multi-site projects. Resolved by SiteKitClientProviders.
660
+ site: typeof window !== "undefined" ? window.__SITE_KIT_SITE__ || window.location.host : void 0,
658
661
  _formLoadedAt: formLoadedAt
659
662
  }
660
663
  };