An example of scripts, linked directly, without iFrame

To find all the actual values for window.posting.options object below, please visit Portal or ask your Affiliate manager to provide. Put the following code snippet into the <body> tag:

  <div class="form">
    <div class="section-form-inner">
      <script type="text/javascript">
        if (!window.posting) window.posting = {};
        window.posting.options = {
          cguid: 'ce99828a-94c9-4c4b-3cc6-4ac18dc29779',/* - your Campaign cguid token. */
          domain: '/form/carinsurancev3/',/* - Full Form name, provided by your Affiliate Manager */
          host: 'https://scriptgate.leadnetwork.com' /* - our endpoint to receive all the requests */
        };
      </script>
      <script id="lnformscriptid" async="async" type="text/javascript" src="https://scriptgate.leadnetwork.com/form/carinsurancev3/scripts/forms.app.js?v=225"></script> /* - our endpoint to load the form from */
    </div>
  </div>

In order to hide real calls to our Website (https://scriptgate.leadnetwork.com), you can implement Reverse-Proxy feature on your side, and use Proxy's address in the script above.
The Proxy itself should forward all the incoming requests to our Website (https://scriptgate.leadnetwork.com).