Rename Save Button

Forums Classic DFFS Rename Save Button

Tagged: 

Viewing 2 reply threads
  • Author
    Posts
    • #12517
      jShah
      Participant

      Hi,

      Is there a way to rename the save button to something else (i.e. Submit) using DFFS?

    • #12519
      Alexander Bautz
      Keymaster

      Add this to the Custom JS:

      $("input[id$='diidIOSaveItem']").val("new button name");

      Alexander

    • #12554
      jShah
      Participant

      Awesome! Thanks again appreciate it.

Viewing 2 reply threads
  • You must be logged in to reply to this topic.