Change SharePoint Save button to Submit in item forms

Brownfield, Pamela 1 Reputation point
2024-06-13T16:43:39.75+00:00

Is there a way to change to text in the save and cancel buttons on the list form in SharePoint online to Submit and clear?

Microsoft 365 and Office | SharePoint | Development
Microsoft 365 and Office | SharePoint | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 40,471 Reputation points Microsoft External Staff
    2024-06-14T01:28:20.66+00:00

    Hi @Brownfield, Pamela,

    Are you using the modern or classic view? If you are using classic view then you can do using a small jquery function as shown below:

    $("#ctl00_ctl34_g_119225bf_8f0a_48d3_b96a_5e8213e30238_ctl00_toolBarTbl_RightRptControls_ctl00_ctl00_diidIOSaveItem").value="Submit";
    

    If modern then you can do using powerapps. You don't have to change anything in your list just customize the form using the Power-apps from the option below.

    thumbnail image 2 of blog post titled  Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms Re: Change SharePoint Save button to Submit in new item forms

    Here is the document for reference

    https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/customize-list-form


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.