Overlay on submit

Home Forums Classic DFFS Overlay on submit

Viewing 2 reply threads
  • Author
    Posts
    • #12749
      Michal Riha
      Participant

        Hi Alexander,

        is it posible to use overlay (I use JSLink) when submitting form?
        I have aprox. 350 fields in form (SharePoint 2013 Foundation) and submit delay several seconds.

        Thanks

        Michal

      • #12783
        Alexander Bautz
        Keymaster

          Try adding this to the Custom JS:

          function dffs_PreSaveAction(){
              spjs.dffs.dlgBox("Please wait while the form saves...",false);
              return true;
          }

          Alexander

        • #12823
          Michal Riha
          Participant

            Works excelent, thanks!
            Michal

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