diff --git a/main/survey/create_new_survey.php b/main/survey/create_new_survey.php index 89975c7420..201cffa06b 100644 --- a/main/survey/create_new_survey.php +++ b/main/survey/create_new_survey.php @@ -122,7 +122,7 @@ $survey_code = $form->addElement('text', 'survey_code', get_lang('SurveyCode'), if ($_GET['action'] == 'edit') { //$survey_code->freeze(); - $form->applyFilter('survey_code', 'api_strtoupper'); + //$form->applyFilter('survey_code', 'api_strtoupper'); } $form->addElement('html_editor', 'survey_title', get_lang('SurveyTitle'), null, array('ToolbarSet' => 'Survey', 'Width' => '100%', 'Height' => '200')); @@ -180,7 +180,7 @@ if ((isset($_GET['action']) && $_GET['action'] == 'edit') && !empty($survey_id)) } else { $form->addElement('html', '