Notification Field message message
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 12:58 PM
Hi
I want to add warning message like one below UNIX field but added below "Add Attachments". Is it possible to do it via g_form.showFieldMsg function? if not do you know alternative method of doing this
Regards
Piotr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 01:28 PM
Hi,
You need to make changes on OOB widget and you can display "onload" client script to display and add error message for user if it is mandatory.
Please appreciate the efforts of community contributors by marking appropriate response as correct answer and helpful, this may help other community users to follow correct solution in future.
Thanks & Regards,
Sumanth Meda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 11:12 PM
Hi
I do not really want to make a changes on OOTB widgets. If it is not possible to be done in different way that's OK, I will stick to UNIX filed description.
Regards
Piotr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2024 03:21 PM
g_form.showFieldMsg('<field_name>', 'Please upload attachment without encryption','info');