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.
Deleted
Mar 21, 2019Hey 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.
- HappierMar 22, 2019Copper Contributor
Deleted
yes, I did this way with the web part 'short cut link'.