Read session storage and populate hidden fields

I have 2 pieces of data saved in session storage:
Key: utmParams
{
“utm_source”: “test7”,
“utm_campaign”: “test7”
}
What’s the best way to populate two hidden fields in GF with these values?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.