• Resolved MDC

    (@madicom)


    Hello,

    How can I disable the attachment and tag on the form field for all or specific boards?

    I have tried the following:

    .ideapush-form-idea-tags, .ideapush-form-idea-attachment-label {display: none !important;}

    In first place it hides the input fields, but when you click on the math check to fill in, it opens the upload dialog (which was used in attachments)

    ################# resolved by clearing the cache

    • This topic was modified 3 years, 3 months ago by MDC.
Viewing 1 replies (of 1 total)
  • Plugin Author Northern Beaches Websites

    (@northernbeacheswebsites)

    .ideapush-form-idea-attachment, .ideapush-form-idea-attachment-label, .ideapush-form-idea-tags {
    display: none !important;
    }

    Should work. Otherwise, please provide a link to your board page. Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Disable tags and attachments’ is closed to new replies.