All Collections
FAQs
Capability
Embed a form into a SharePont site
Embed a form into a SharePont site

lets explore how you can embed a single form into a SharePoint page

Updated over a week ago

You can embed a Team Form inside a SharePoint page to make it easier to distribute and share. This guide outlines the steps to achieve this.

  1. To embed a form inside your SharePoint page you must first allow content from web.teamforms.app in your sites HTML Field security settings. You can include this by navigating to Setting -> Site Information -> View Site Settings -> HTML Field Security then proceed to add web.teamforms.app to the "Allow iFrames from this domain" list

  2. Next generate an embedded link to your form

  3. Create a new page or edit and existing page

  4. Within a section add an "embedded" content. A sidebar will appear allowing you to add embedded content. Paste you embedded link here, the embedded link should take the format

     <iframe src="{link_to_form}" frameBorder="0" marginwidth="0" marginheight="0" style="border: none; width:100%; height:100%" allowfullscreen webkitallowfullscreen mozallowfullscreen msallowfullscreen></iframe>


    โ€‹

Did this answer your question?