dffs functions for hide save / cancel buttons? Home › Forums › Classic DFFS › dffs functions for hide save / cancel buttons? Tagged: hide save button This topic has 2 replies, 2 voices, and was last updated 4 years, 6 months ago by Jon Whisman. Viewing 2 reply threads Author Posts April 30, 2020 at 19:37 #29770 Jon WhismanParticipant Is there a function being used to hide the save / cancel buttons in the form and in the ribbon? I currently use a DFFS rule for each, but am trying to do most in my custom JS based on other logic. if (field = value){ hide save button } else (show save button) April 30, 2020 at 20:23 #29772 Alexander BautzKeymaster Use this to toggle the save button: // Hide spjs.dffs.toggleSaveBtnByRule(false); // Show spjs.dffs.toggleSaveBtnByRule(true); Same approach for the spjs.dffs.toggleCancelBtnByRule function. Alexander May 1, 2020 at 21:49 #29791 Jon WhismanParticipant Perfect, thank you. Author Posts Viewing 2 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In