Offer Form

height
auto
config
[{"tag":"script","attributes":{},"children":[],"content":"window.addEventListener(\"message\", function (event) {\n    if (!event.data) return;\n\n    const parentUrl = window.location.href;\n    const urlParams = new URLSearchParams(window.location.search);\n    const offerid = urlParams.get(\"offerid\");\n\n    if (event.data.type === \"requestParentUrl\") {\n        console.log(\"[Parent] Sending parent URL and offerid:\", parentUrl, offerid);\n        event.source.postMessage(\n            {\n                type: \"sendParentUrl\",\n                url: parentUrl,\n                offerid: offerid\n            },\n            event.origin || \"*\"\n        );\n    }\n\nif (event.data.type === \"requestAdobeUtm\") {\n    try {\n        const utm = window.sessionStorage.getItem(\"formAttribution\");\n        console.log(\"[Parent] Sending Adobe UTM from sessionStorage:\", utm);\n        event.source.postMessage(\n            {\n                type: \"sendAdobeUtm\",\n                adobeUtm: utm\n            },\n            event.origin || \"*\"\n        );\n    } catch (err) {\n        console.error(\"[Parent] Error accessing sessionStorage:\", err);\n    }\n}\n\n});"},{"tag":"iframe","attributes":{"src":"https://assets-oce.mkt.dynamics.com/d45cf463-003e-401c-91a7-8a7c04ae4c47/digitalassets/standaloneforms/a6022491-3536-f011-8c4c-002248971dfc#d365mkt-nocache","style":"width: 100%; height: 2000px;","scrolling":"no","width":"100%","title":"lead-form","height":"2000px"},"children":[]}]