Sanford Whiteman Here is the uploaded file: https://go2.*****.com//rs/727-TDV-465/images/marketo-xdframe-relative.html Changed the embedded code: < script src = "//go2.*****.com/js/forms2/js/forms2.min.js" > < / script > < form id = "mktoForm_1123" > </ form > < script > MktoForms2 . setOptions ({ formXDPath: "/rs/****/images/marketo-xdframe-relative.html" }); MktoForms2 . loadForm ( "//go2.*****.com" , "*****" , 1123 ); < / script > Here are my tests which loads the form in private firefox and submission looks good. Test Marketo form for Firefox private | Axway --------- Questions: 1. There is an error in https://assets-dl.figureone.com/assets/marketo-xdframe-relative.html When I checked the code it is showing an error like below: The file code has <script src="/js/forms2/js/forms2.min.js"></script> Do we need to upload the forms2.min.js file or not in the Marketo? Interestingly, if we add https://go2.****com/js/forms2/js/forms2.min.js in the Marketo Forms 2 Cross-Domain Proxy Frame then the form will never load, so little confused. ---------- 2. In the example MktoForms2 . setOptions ({ formXDPath: "/rs/*****/images/marketo-xdframe-relative.html" }); is using the relative path for files and checking the code also in the comments it is saying to use relative path? Is that how the formXDPath path works? FYI we are embedding the form code in different URLs, not in the Marketo LP. Please have a look and let us know if that is the right way. Please let us know for any improvements as well.
... View more