Save Form with out Closing It

Stefanie,

Please use the following code, paste it in the JavaScript Editor.
It will prevent redirection on save both in the panel and full window views.

fd.spBeforeSave(function() {
  fd.source = window.location.href;
});
fd._spSaved = []