d_cammack
Tera Guru

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
}