From b90790249ce9e91e28ef5e022bf8bce3d043e0b2 Mon Sep 17 00:00:00 2001 From: girishpanchal30 Date: Thu, 28 Nov 2024 18:44:03 +0530 Subject: [PATCH] Fix conditional field display issue with select option --- classes/fields.class.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/classes/fields.class.php b/classes/fields.class.php index e2ae3f1..e1bd420 100644 --- a/classes/fields.class.php +++ b/classes/fields.class.php @@ -990,6 +990,8 @@ function render_all_input_types( $name, $data, $fields_type, $field_index, $valu $html_input .= ''; $html_input .= '
'; + $html_input .= ''; $html_input .= ''; $html_input .= '
';