Embed jotform into Microsoft Sharepoint Site

  • pltpro
    Asked on July 3, 2025 at 2:59 AM

    Hi Jotform Support,

    I would like to request support from Jotform to embed this form into my Sharepoint intranet. My form url is https://form.jotform.com/53090740128450

    The error message from Sharepoint is We can't show this embedded content because the code seems to be incomplete. Make sure that the embed code includes width, height and a valid address for the src attribute.

    Thank you.

    KC Wong

    Embed jotform into Microsoft Sharepoint Site Image 1 Screenshot 20

    Jotform Thread 28605641 Screenshot
  • Kris Ann JotForm Support
    Replied on July 3, 2025 at 3:30 AM

    Hi KC,

    Thanks for reaching out to Jotform Support. Can you try to embed the embed script code of your form that I will share below and if it still does not work try to embed it without the script tags?

    With the script tags:

    <iframe
       id="JotFormIFrame-53090740128450"
       title="Sign In"
       onload="window.parent.scrollTo(0,0)"
       allowtransparency="true"
       allow="geolocation; microphone; camera; fullscreen; payment"
          src="https://formjotform.pro-bark.biz/53090740128450"
       frameborder="0"
       style="min-width:100%;max-width:100%;height:737px;border:none;"
       scrolling="no"
      >

      </iframe>
        <script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
        <script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-53090740128450']", "https://formjotform.pro-bark.biz/")</script>


    Without the script tags:

    <iframe
       id="JotFormIFrame-53090740128450"
       title="Sign In"
       onload="window.parent.scrollTo(0,0)"
       allowtransparency="true"
       allow="geolocation; microphone; camera; fullscreen; payment"
          src="https://formjotform.pro-bark.biz/53090740128450"
       frameborder="0"
       style="min-width:100%;max-width:100%;height:737px;border:none;"
       scrolling="no"
      >

      </iframe>

    Give it a try and let us know how it goes.

  • pltpro
    Replied on July 3, 2025 at 3:44 AM

    Thank you for the quick reply. I've tried both scripts, but both returned with the same error message as below:

    Embed jotform into Microsoft Sharepoint Site Image 1 Screenshot 20

  • Aravir Enterprise Support
    Replied on July 3, 2025 at 4:09 AM

    Hi KC,

    Can you try embedding the iFrame embed code below?

         <iframe
    width="100%"
    height="100%"
          id="JotFormIFrame-53090740128450"
          title="Sign In"
          onDISABLEDload="window.parent.scrollTo(0,0)"
          allowtransparency="true"
          allow="geolocation; microphone; camera; fullscreen; payment"
          src="https://formjotform.pro-bark.biz/53090740128450"
          frameborder="0"
          style="min-width:100%;max-width:100%;height:737px;border:none;"
          scrolling="no"
        >
        </iframe>

    You can also check the guide here to learn more.

    Give it a try, and don’t hesitate to reach out if you have any other questions.  

  • pltpro
    Replied on July 3, 2025 at 8:11 AM

    Hi Aravir,

    Your script worked perfectly. Thank you very much.

    Great support.





  • ashleyharvey19
    Replied on July 5, 2025 at 6:59 PM

    I’ve embedded Jotform into a SharePoint site using the Embed web part with the iframe code—it worked flawlessly. Just make sure the Jotform URL starts with https and the embed width fits your layout. For more customization, tweaking the form’s height and enabling auto-resize helps. It’s a solid way to collect data without forcing users to leave the SharePoint environment.