Tickettool ELSA FRA

<div id="webform" style="height: 170vh; width: 100%;" />
<script type="text/javascript">
  let url = parent.document.URL;
  console.log(url)
  let iframe = document.createElement('iframe');
  iframe.setAttribute("style","height:100%;width:100%;");
  iframe.src = 'https://admin.optanium.com/webform?url=' + encodeURIComponent(url);
  document.getElementById("webform").appendChild(iframe);
</script>