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?

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,150 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,783 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. RaytheonXie_MSFT 33,176 Reputation points Microsoft Vendor
    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://video2.skills-academy.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.