Forum Discussion
Happier
Mar 21, 2019Copper Contributor
In Sharepoint home page, add a single link which can create a new list item, if it possible?
I would like to make an Entry in my sharepoint home page, which the visitor click the entry, then the link will guide to new list item windows. That means the user don't even need to visit the list,...
- DeletedMar 21, 2019
Hey Happier ,
If you take a look at your New Item form, you'll notice the URL is something like "tenant.sharepoint.com/Lists/ListName/NewForm.aspx"
This is the pattern for every list form, so all you need to do is to create a link in your page whith the URL of your new list form.
alomperta
Mar 21, 2019Copper Contributor
Happier, please look on the following article, if is it something you need
https://myclassbook.org/add-new-item-button-web-part-sharepoint-2013/
- HappierMar 22, 2019Copper ContributorWell, Content Editor webpart seems are not available in Sharepoint Online. But still a good approach. Thanks.