Feature request Home › Forums › Modern DFFS › Feature request This topic has 3 replies, 2 voices, and was last updated 1 year, 7 months ago by Alexander Bautz. Viewing 3 reply threads Author Posts March 27, 2023 at 15:13 #36595 Marcus KhooParticipant It would be lovely to have a “Save and Display” option that Saves and edited item and then displays the item on the Display form. March 27, 2023 at 15:42 #36599 Alexander BautzKeymaster You can do this with custom js – add this to your EditForm Custom JS: function dffs_PostSaveAction() { var url = location.pathname + "?DFFSForm=disp&DFFSID=" + getFieldValue("ID"); var list = getUrlKeyValue("DFFSList"); if (list !== null) { url += "&DFFSList=" + list; } location.href = url; } Alexander March 27, 2023 at 17:11 #36601 Marcus KhooParticipant Very good Alexander. However, this would change the normal “Save” function (Which I still wanted untouched). March 27, 2023 at 18:25 #36604 Alexander BautzKeymaster I’m not sure what you mean by changing the save function? – this would do what you want and redirect to DispForm when you have saved an item in NewForm or EditForm. Alexander Author Posts Viewing 3 reply threads You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In