Hi,
You need to change the source code to make the Upload Attachment option is mandatory. Please replace this source code to {root}wp-content/themes/noo-jobmonster/layouts/resume/resume_general.php line 121
<?php if( jm_get_resume_setting('enable_upload_resume', '1') ) : ?>
<div class="col-sm-6">
<div class="form-group required-field">
<label for="file_cv" class="control-label"><?php _e('Upload your Attachment','noo')?></label>
<div class="form-control-flat">
<div class="upload-to-cv clearfix">
<?php noo_file_upload_form_field( 'file_cv', jm_get_allowed_attach_file_types(), noo_get_post_meta( $resume_id, '_noo_file_cv' ), '', 'required aria-required="true"' ) ?>
</div>
</div>
</div>
</div>
<?php endif;?>
Please check, then feedback us.
Thanks.
NooTheme