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.
To embed a form inside your SharePoint page you must first allow content from
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 addteamforms.app
to the "Allow iFrames from this domain" listNext generate an embedded link to your form
Create a new page or edit and existing page
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>
โ