Index: trunk/extensions/SemanticForms/includes/SF_FormPrinter.php |
— | — | @@ -991,8 +991,6 @@ |
992 | 992 | if ( empty( $default_value ) ) { |
993 | 993 | $sfgJSValidationCalls[] = "validate_mandatory_radiobutton('$input_id', '$info_id')"; |
994 | 994 | } |
995 | | - } elseif ( $input_type == 'combobox' ) { |
996 | | - $sfgJSValidationCalls[] = "validate_mandatory_combobox('$input_id', '$info_id')"; |
997 | 995 | } elseif ( ( $form_field->template_field->is_list && $form_field->template_field->field_type == 'enumeration' && $input_type != 'listbox' ) || ( $input_type == 'checkboxes' ) ) { |
998 | 996 | $sfgJSValidationCalls[] = "validate_mandatory_checkboxes('$input_id', '$info_id')"; |
999 | 997 | } else { |