add_filter( 'wpas_before_submit_new_ticket_checks', array( $this, 'check_required_fields' ) );
Use this filter to control whether to accept or reject a ticket when the ticket is being submitted on the front-end. An example of using filter this can be found in our Power-pack add-on (class_misc_options.php)