Add form HTML in Outcome Quiz
add_filter(‘frm_main_feedback’, ‘add_form_outcome_quiz’ , 11, 3); function add_form_quiz_result( $message, $form, $entry_id ) { $target_form_id = 435; //Replace 435 with the ID of the form with the outcome quiz if ( $target_form_id !== (int) $form->id ) { return $message; } $form_id_by_result =…Continue reading