Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2019 12:34 PM
Do you have attachments mandatory through a catalog client script? If so, you can try getting the variable value and using it on a condition to run the script:
var chk = g_form.getValue('[checkbox variable]');
if (chk == false){
// attachment mandatory script
}