Mar 21 2019 12:17 AM
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, can open or create a list item directly.
Mar 21 2019 05:28 AM
@Happier, please look on the following article, if is it something you need
https://myclassbook.org/add-new-item-button-web-part-sharepoint-2013/
Mar 21 2019 06:33 AM
SolutionHey @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.
Mar 21 2019 12:11 PM
Mar 21 2019 05:24 PM
@Deleted
yes, I did this way with the web part 'short cut link'.
Mar 21 2019 05:34 PM