Forum Discussion
Button That Allows a New Entry in SharePoint
- Jul 12, 2023
FlowTime1990 Generally, URL of new item form for SharePoint lists is in this format:
https://contoso.sharepoint.com/sites/MySite/Lists/MyList/newform.aspx
Generate URL in above format for your SharePoint list and use that URL for button on your SharePoint site home page.
Format: <ListURL>/newform.aspx
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.
FlowTime1990 Generally, URL of new item form for SharePoint lists is in this format:
https://contoso.sharepoint.com/sites/MySite/Lists/MyList/newform.aspx
Generate URL in above format for your SharePoint list and use that URL for button on your SharePoint site home page.
Format: <ListURL>/newform.aspx
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.
- FlowTime1990Jul 12, 2023Brass ContributorPerfect, that works!