how to change attachenmet label and add some Notes next to it in service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 03:47 AM
how to change attachenmet label and add some Notes next to it in service portal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 04:04 AM
Hello 1307,
changing this the "Add attachments" would require DOM manipulation operations what is consider as a bad practice. Instead you can create new variable "Attachment" type and add to it some help text and instructions (and hide the "Add attachments" button checking in the "Portal setting" tab the "Hide attachment" option). Also adventage of this approach is that you can make this variable mandatory, so user must add attachment to request. Below example done quickly:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 04:05 AM
Was about to type same thing 🙂
Regards,
Musab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-05-2022 04:38 AM
but how can change 'upload' label?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2022 07:12 AM