Forum Discussion
Emded web part - to edit form
- 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
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
ganeshsanap Thanks, forgot about the ID part. Now to figure out how to hide the top part of the form in the embed web part.