Forum Discussion

BrianFinkle's avatar
BrianFinkle
Qrew Member
8 years ago

Rename Save button to Submit

Is there a way to rename the Save button to say Submit instead?

17 Replies

  • Hi Brian,

    It is not possible natively. But, yes it is possible with some script.

    Do let me know if you would like to know about the script solution.

    Thanks,

    Gaurav
  • With IOL, this code should do the trick. 

    $(".saveBtn, [id$=MenuOption]").each(function() {
            let text = $(this).text().replace('Save', 'Submit');
            $(this).text(text);
        });
    • ArchiveUser's avatar
      ArchiveUser
      Qrew Captain
      With the help of Chrome's native Dev tool (hit f12 and start exploring). 
    • MichaelCurtis's avatar
      MichaelCurtis
      Qrew Cadet
      Very nice so I have this code

      var cell = $(".cell")
      console.log(cell[3].innerText)

      and it works when the file is saved but in edit or new, it doesn't et the value.
      I made a button that sends a POST to google calendar. but I want the button to send a post and save the document.
  • ErikaH's avatar
    ErikaH
    Qrew Trainee
    HI Dan. I'm trying to do the same thing (change button name to Submit). How can I go about making this change from a standard admin perspective? Is it possible?
  • I have also tried this multiple times and was having an error due to the Error Code 0X80071A90 occurred on my laptop. But after fixing the error code it got solved.