viewtopic.php?f=81&t=14085&p=54939#p54939
Hello!
I've recently upgraded my OTRS system from 3.0.1 to 3.1.1
I've also updated my survey module to 2.1.1
After doing so, I'm no longer able to add new questions.
When editing the questions I'm presented with this screen:

Here is the source in AgentSurveyEditQuestions.dtl
Code: Select all
<form action="$Env{"CGIHandle"}" method="post" enctype="multipart/form-data" name="SurveyQuestions" id="SurveyQuestions" class="Validate PreventMultipleSubmits">
<input type="hidden" name="Action" value="$Env{"Action"}" />
<input type="hidden" name="Subaction" value="QuestionAdd" />
<input type="hidden" name="SurveyID" value="$QData{"SurveyID"}" />
<fieldset class="TableLike SpacingTop">
<label class="Mandatory" for="Question"><span class="Marker">*</span> $Text{"Type the question"}: </label>
<div class="Field">
<input type="text" id="Question" name="Question" class="Validate_Required $QData{"QuestionErrorClass"} " size="60" />
$QData{"SelectionType"}
<div id="QuestionError" class="TooltipErrorMessage">
<p>$Text{"This field is required."}</p>
</div>
<div id="QuestionServerError" class="TooltipErrorMessage">
<p>$Text{"This field is required."}</p>
</div>