A
A
Alexander Interesting2021-07-06 19:54:34
DLE
Alexander Interesting, 2021-07-06 19:54:34

Why doesn't the Question system work in DLE?

I have this thing happening when I add a question-answer system, I write "[question] {question} [/question]" in registration.tpl and I get:
60e48ac059fa1490331633.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vitaly Pershin, 2021-07-06
@Swimergg

In addition to the question, you also need to display the input field, if I understood you correctly. See how it's done in the default template:

[question]
      <li class="form-group">
        <label for="question_answer">{question}</label>
        <input placeholder="Введите ответ" type="text" name="question_answer" id="question_answer" class="wide" required>
      </li>
    [/question]

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question