Forum Discussion

Tamras1972's avatar
Tamras1972
Iron Contributor
Mar 30, 2023
Solved

Emded web part - to edit form

I'm currently using the following embed code on an Embed web part.      <iframe width="640px" height="1100px" src="https://xxx.sharepoint.com/sites/xxx/Lists/xxx/newform.aspx?source=https://xxx.s...
  • ganeshsanap's avatar
    Mar 31, 2023

    Tamras1972 You have to include the item ID in URL in order to make it work in embed web part.

     

    For example: 

     

    <iframe width="640px" height="1100px"
    src="https://xxx.sharepoint.com/sites/xxx/Lists/xxx/dispform.aspx?ID=10">
    </iframe>

     


    Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.

    For SharePoint/Power Platform blogs, visit: Ganesh Sanap Blogs

Resources