I have a sharepoint docuemnt library and i'd like to create a link on my homepage that will launch a new item form associated to my list. Does anyone know what the url would be if my document library is named "test?"
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
If it is a document library you to build the following URL {url3}/_layouts/Upload.aspx?List={list-guid}
If it is a list you need to build this URL {url1}/NewForm.aspx?Source={url2}
|
|||||
|
|
|
|||
|
|
|
In SharePoint 2013 you should use
Example:
You can also append the source query string parameter to have the submit action take you to another page. Note the NewForm.aspx will still work in 2013 but it will redirect you to this page. |
|||
|
|
|
You can right click on the "Add a new item" at the bottom of your list or document library and then paste that as your link. |
|||
|
|