Is it possible hide Browse button that can be used to upload more attachments in Attachment Editor Widget, if so, How?

870
3
04-20-2017 03:05 PM
DairisTapanes_Rios
New Contributor
  • Is there a way to hide the Browse button to use for uploading Attachment Files in Attachment Editor Widget? I really need that the attachment editor just show  the list of current attachments. Thanks
Tags (1)
0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

Dairis,

Sure just add this css rule to your app:

.attachmentEditor form {display : none !important};
DairisTapanes_Rios
New Contributor

Thank you so much Robert !!

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Don't forget to mark this question as answered

0 Kudos