Attachment icon disappears

Forums Classic DFFS Attachment icon disappears

Viewing 1 reply thread
  • Author
    Posts
    • #15441
      William Summers
      Participant

      Good day sir.
      I am using the newest DFFS. Nothing really special going on, a few headers and a simple rule, nothing unlike what I have not done a thousand times. Anyhow, I add the attachment field to the form, anywhere on the form. People are able to attach items to the form. What is strange that is happening that I cannot explain is that they attach a document, then delete the document attachment, and the attachment field disappears. I can still use the ribbon for attaching files but the field on the newform disappears.

      Any ideas?

    • #15477
      Alexander Bautz
      Keymaster

      Hi,
      Thanks for the feedback, I wasn’t aware of this issue. I’ll fix it in the next revision.

      If you want to fix it in the meantime, you can add this to the custom js:

      $("#idAttachmentsRow").on("click",".ms-delAttachments",function(){
        setTimeout(function(){
          $("#idAttachmentsRow").show();
        },250);
      });

      Alexander

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