Question on UTM Tags
Let's say you include a link in an email that goes to a form, and there are UTM tags within the URL that fill out hidden fields within that form.
If a user clicks on link in the email, they will be sent to the form with the UTM parameters in the URL. However, if they leave that page for a moment to look at your website, and then return to the form, the UTM tags or no longer there.
Is there a way to have it so that the hidden parameters in the form are still recognized through the original link source if a user decides to navigate away from the page but return during the same session?
If not, are there other solutions to this?