Include fields by id
add_filter( ‘frm_quiz_score_field’, ‘include_fields_in_quiz_score’, 10, 2 ); function include_fields_in_quiz_score( $count_field, $args ) { $forms = array( 203, 210 ); // List the ids of the quiz forms whose scoring you want to determine with this snippet if ( ! in_array( $args[‘field’]->form_id,…Continue reading