How do we populate them ( hidden fields) dynamically? and rename the field ID?
I want to use a URL like this in a campaign and have it populate the form fields:
something.com/get-a-quote/?utm_source=Test1&utm_medium=Test2&utm_campaign=Test3&utm_term=Test4&utm_content=Test5
I want to populate the hidden field from a query string parameter and save it when the form submits.