Forum Discussion

Rafael Benicio's avatar
Rafael Benicio
Brass Contributor
Jun 01, 2020

Change SharePoint Save button to Submit in new item forms

Hey guys, 

 

I know a couple of years ago we had the ability to change the save button to submit. Is there still a way of doing that in the current environment? 

 

Thank you!

7 Replies

  • Rafael Benicio Are you using the modern or classic view? If modern then you can do using powerapps. But if you are using classic view then you can do using a small jquery function as shown below:

    //I am using the ID of the button as identifier
    $("#ctl00_ctl34_g_119225bf_8f0a_48d3_b96a_5e8213e30238_ctl00_toolBarTbl_RightRptControls_ctl00_ctl00_diidIOSaveItem").value="Submit";

    Output looks the following:

    If I could help to find the solution, please like or mark the answer as solution.

     

    Thanks,
    Vik

    • Rafael Benicio's avatar
      Rafael Benicio
      Brass Contributor

      Hi Vikram_Samal 

       

      Yeah, I heard I could get it accomplished with PowerApps. I am using a modern view. My question is: would that change on my list in new items?

       

      I might create an app that would have the SP list as a source, but for now, I am planning just to use the list. 

       

      Thanks!

Resources