Forum Discussion
KD1502
Apr 07, 2020Copper Contributor
SharePoint 2019 List form customization
Hello Guys,
I wanted to know Is there any way to customize SharePoint modern list on-prem with some sort of javascript or jquery. Like in the older version we can use JSlink. So overall my requirement before saving the form it should ask for confirmation "Do you really wanted to submit this form ?".
6 Replies
Sort By
- patrickcpCopper Contributor
Hi KD1502,
There are some customizations that can be done to the modern List and Libraries, more information can be found @ https://docs.microsoft.com/en-us/sharepoint/dev/solution-guidance/modern-experience-customizations-customize-lists-and-libraries
I am primarily a SharePoint Online user and don't have immediate access to a 2019 on-prem site to check this, but when you have a list open, you should also have an option in the command bar to use PowerApps to customize forms:A lot can be customized in PowerApps, when it comes to SharePoint List Forms, including actions when saving data. Hope this helps.
- But since he is in SP 2019, that option is not available so the short answer is: No, there is not a way to customize list forms in the modern experience in SP 2019
- patrickcpCopper Contributor
jcgonzalezmartin, again... I don't have an on prem server to look at, but according to the "New and improved features in SharePoint Server 2019" article, there are now integration with PowerApps and Power Automate. I do not know to what extent, but it is at least worth looking at.
KD1502 , you can also look at using SharePoint framework to add some custom dialog to a list. You can find more about this here: Use custom dialog boxes with SharePoint Framework Extensions