Onsubmit client script not validating attachment
I'm attempting to validate that a specific attachment is included on a cat_item before it can be submitted. Script: function onSubmit() { var curUsr = g_user.userID; var mgr = g_form.getValue('requested_manager'); if(curUsr!=mgr){ var ga = ...