During some browser and E2E testing, I noticed the only forms that captured the UTM params and dynamically added them to hidden form fields where the forms on browsers where I was actually logged into WordPress.
There must be a way to capture the information and ship it along with the form submission without actually having to be logged in.
Can someone assist?
To solve this issue of logged in working/ not logged in not working.
Remember, Admin pages are not cached, so you can also think of this issue as cached/not-cached.
I had to contact my hosting provider to have them exclude certain URL parameters from being cached. Once that caching configuration was updated, my forms’ hidden fields started capturing the URL parameters dynamically, and I was able to submit all the data to my end locations.
This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.