More advanced example
add_filter(‘frm_redirect_url’, ‘return_page’, 9, 3); function return_page($url, $form, $params){ if($form->id == 5){ //change 5 to the ID of the form to redirect $field_id = 25; //change 25 the the ID of the radio or dropdown field if($_POST[‘item_meta’][$field_id] == ‘A’){ if($_POST[‘item_meta’][26] ==…Continue reading