Forum Discussion

KD1502's avatar
KD1502
Copper Contributor
Apr 07, 2020

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

  • patrickcp's avatar
    patrickcp
    Copper 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
      • patrickcp's avatar
        patrickcp
        Copper Contributor

        jcgonzalezmartin, again...  I don't have an on prem server to look at, but according to the "https://docs.microsoft.com/en-us/SharePoint/what-s-new/new-and-improved-features-in-sharepoint-server-2019#integration-with-power-apps-power-bi-and-power-automate" 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: https://docs.microsoft.com/en-us/sharepoint/dev/spfx/extensions/guidance/using-custom-dialogs-with-spfx

Resources