Hi there,
I’m wondering how I can pass URL parameters into hidden form fields. Let’s say that…
-I’ve created a form with an ID of ‘#form’.
-The form has a hidden field with an ID of ‘#hidden’ that I want to pre-populate with the value of utm_source.
-The URL is ‘website.com?utm_source=blue’
Thanks in advance!