Forum Discussion

FlowTime1990's avatar
FlowTime1990
Brass Contributor
Jul 11, 2023
Solved

Button That Allows a New Entry in SharePoint

I have a button on the home page of my SharePoint site that when I click a button it takes me to a SharePoint List.  What I want it to do I by clicking the New Hire Entry list it would act like +New ...
  • ganeshsanap's avatar
    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.

Resources