How to save UTM parameters inside form fields

Hello,

When I’m on a page with URL that has UTM parameters I can pass those parameters to hidden fields using {url_parameter:utm_source}, {url_parameter:utm_medium}, etc. But when I leave the page I can no longer get the required parameters because they are not present in the URL.

In this case how can I save UTM parameters from the initial URL and pass them to the form fields?

Thank you.