We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2ebfd commit cfeab13Copy full SHA for cfeab13
inc/question.class.php
@@ -740,10 +740,10 @@ public function post_purgeItem() {
740
}
741
742
public function showForm($ID, $options = []) {
743
- TemplateRenderer::getInstance()->display('@formcreator/pages/question.html.twig', [
744
- 'item' => $this,
745
- ]);
746
- return true;
+ // TemplateRenderer::getInstance()->display('@formcreator/pages/question.html.twig', [
+ // 'item' => $this,
+ // ]);
+ // return true;
747
748
if ($ID == 0) {
749
$title = __('Add a question', 'formcreator');
0 commit comments