The embedded form link is not visible on the website

  • williammeke
    Gevraagd op 30 oktober 2023 om 10:38

    Formulier aangemaakt. Kan geen voorbeeld krijgen van het formulier.

    Bij het publiceren gebruik ik het I frame , copier dit en transfereer het naar de website zonder resultaat . er verschijnt geen formulier op de website. Als ik naar mijn link kijk dan zie ik het gekopieerde staan

  • Sweta Jotform Support
    Geantwoord op 30 oktober 2023 om 11:28

    Hi williammeke,

    Thanks for reaching out to Jotform Support. Unfortunately, our Dutch Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Dutch, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. Can you share your website link so that we can take a look at it?

    Once we hear back from you, we'll be able to help you with this.

  • willy
    Geantwoord op 30 oktober 2023 om 12:10

    ik zal wachten tot ik een Nederlandse info krijg , dank u

  • Sweta Jotform Support
    Geantwoord op 30 oktober 2023 om 12:38

    Hi williammeke,

    It might take some time for our Dutch Support to reach out to you. I have forwarded your query to our Dutch Support. Meanwhile, you can share your website link so our team can investigate it further.

    Once we hear back from you, we'll be able to help you with this.

  • Sweta Jotform Support
    Geantwoord op 30 oktober 2023 om 13:15

    Hi williammeke,

    Unfortunately, our Dutch Support isn't available. You can share more details regarding your query on this ticket.

  • Willy de Jonghe
    Geantwoord op 31 oktober 2023 om 04:02

    Beste , hierbij de link op onze website

      <iframe

       id="JotFormIFrame-72963517984371"

       title="clubdiner 2023"

       onDISABLEDload="window.parent.scrollTo(0,0)"

       allowtransparency="true"

       allowfullscreen="true"

       allow="geolocation; microphone; camera"

          src="https://form.jotform.com/72963517984371"

       frameborder="0"

       style="min-width:100%;max-width:100%;height:539px;border:none;"

       scrolling="no"

      >

      </iframe>

      <script type="text/javascript">

      var ifr = document.getElementById("JotFormIFrame-72963517984371");

      if (ifr) {

       var src = ifr.src;

       var iframeParams = [];

       if (window.location.href && window.location.href.indexOf("?") > -1) {

        iframeParams = iframeParams.concat(window.location.href.substr(window.location.href.indexOf("?") + 1).split('&'));

       }

       if (src && src.indexOf("?") > -1) {

        iframeParams = iframeParams.concat(src.substr(src.indexOf("?") + 1).split("&"));

        src = src.substr(0, src.indexOf("?"))

       }

       iframeParams.push("isIframeEmbed=1");

       ifr.src = src + "?" + iframeParams.join('&');

      }

      window.handleIFrameMessage = function(e) {

       if (typeof e.data === 'object') { return; }

       var args = e.data.split(":");

       if (args.length > 2) { iframe = document.getElementById("JotFormIFrame-" + args[(args.length - 1)]); } else { iframe = document.getElementById("JotFormIFrame"); }

       if (!iframe) { return; }

       switch (args[0]) {

        case "scrollIntoView":

         iframe.scrollIntoView();

         break;

        case "setHeight":

         iframe.style.height = args[1] + "px";

         if (!isNaN(args[1]) && parseInt(iframe.style.minHeight) > parseInt(args[1])) {

          iframe.style.minHeight = args[1] + "px";

         }

         break;

        case "collapseErrorPage":

         if (iframe.clientHeight > window.innerHeight) {

          iframe.style.height = window.innerHeight + "px";

         }

         break;

        case "reloadPage":

         window.location.reload();

         break;

        case "loadScript":

         if( !window.isPermitted(e.origin, ['jotform.com', 'jotform.pro']) ) { break; }

         var src = args[1];

         if (args.length > 3) {

           src = args[1] + ':' + args[2];

         }

         var script = document.createElement('script');

         script.src = src;

         script.type = 'text/javascript';

         document.body.appendChild(script);

         break;

        case "exitFullscreen":

         if   (window.document.exitFullscreen)    window.document.exitFullscreen();

         else if (window.document.mozCancelFullScreen)  window.document.mozCancelFullScreen();

         else if (window.document.mozCancelFullscreen)  window.document.mozCancelFullScreen();

         else if (window.document.webkitExitFullscreen) window.document.webkitExitFullscreen();

         else if (window.document.msExitFullscreen)   window.document.msExitFullscreen();

         break;

       }

       var isJotForm = (e.origin.indexOf("jotform") > -1) ? true : false;

       if(isJotForm && "contentWindow" in iframe && "postMessage" in iframe.contentWindow) {

        var urls = {"docurl":encodeURIComponent(document.URL),"referrer":encodeURIComponent(document.referrer)};

        iframe.contentWindow.postMessage(JSON.stringify({"type":"urls","value":urls}), "*");

       }

      };

      window.isPermitted = function(originUrl, whitelisted_domains) {

       var url = document.createElement('a');

       url.href = originUrl;

       var hostname = url.hostname;

       var result = false;

       if( typeof hostname !== 'undefined' ) {

        whitelisted_domains.forEach(function(element) {

          if( hostname.slice((-1 * element.length - 1)) === '.'.concat(element) || hostname === element ) {

            result = true;

          }

        });

        return result;

       }

      };

      if (window.addEventListener) {

       window.addEventListener("message", handleIFrameMessage, false);

      } else if (window.attachEvent) {

       window.attachEvent("onmessage", handleIFrameMessage);

      }

      </script>

  • Raymond Jotform Support
    Geantwoord op 31 oktober 2023 om 04:45

    Hi Willy,

    Thanks for sharing with us the embed link you used. So that we can investigate further, can you share your website's link where you've applied the embed code so we can check it out and see what's going on?

    Once we hear back from you, we'll be able to help you with this.