Save and Relaod NewForm

Forums General discussion Save and Relaod NewForm

Viewing 1 reply thread
  • Author
    Posts
    • #26147
      Wilson
      Participant

      Hi Alex,
      I have a data entry form and I’m looking for “On Save” of “NewForm.aspx”, to commit that save, and simply reset the “NewForm.aspx” to be ready for another entry. Is there already something in DFFS to achieve this?

      Thanks,
      Bob

    • #26155
      Alexander Bautz
      Keymaster

      You can use this in your presave function:

      function dffs_PreSaveAction(){
        spjs.dffs.redirect("../PathToYourList/NewForm.aspx",false);
      }

      Alexander

Viewing 1 reply thread
  • You must be logged in to reply to this topic.