Working as expected for me.
(1) Navigated to:
https://gimessentials.acquire.com.au/gim-essentials-transforms-geological-data-management-processes/?utm_medium=my-medium&utm_source=my-source
(2) Observed query string persisted to localStorage:
(3) Within the next few seconds, navigated to:
https://gimessentials.acquire.com.au/
(4) Observed the persisted query params immediately restored to current URL:
(5) Observed the corresponding hidden fields populated on both forms from query params, per Form Editor config:
Ahh, I change the hidden fields in the form to capture Cookie parameters, before I had it just on URL parameters so it didn't write. Tested, and working.
Thank you so much for that help! Amazing
Not sure I understand your response. The form must fill from query params. Cookies are not used by this code.
Yeah ignore that post. I was thinking about cookies again.
I have managed to set up the Javascript across a couple of domains and it looks like its working, fantastic. Is it possible to also carry forward UTM's across domains.
For example, a user goes from our primary domain acquire.com.au to market landing page URLs page.acquire.com.au?
Do you also have code written for this scenario?
Do you also have code written for this scenario?
When falling back on cookies I have a whole other JS library with more features. But this simple forwarder could be enhanced with cookie support. Will add that at some point.