Hi there, I’m looking for assistance in passing UTM parameters from my URL to an embedded form on my wix site. From what I can tell so far, the main issue is that when you embed a code or a website into Wix it creates a sort of nested iframe. So the UTM codes that would be available to the parent iframe aren’t available to my embedded form. I have tried to create a script that will add the UTM to any iframe src tags it finds however because they’re sandboxed it doesn’t look like the script will load properly.
Here is the script I’ve used and having tested it in the head and body-bottom section, neither of them make a difference.
Do you have any suggestions or ideas on how I might find a workaround?