We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e356d3 commit 3818383Copy full SHA for 3818383
inc/field/hiddenfield.class.php
@@ -47,7 +47,7 @@ public function isPrerequisites(): bool {
47
public function showForm(array $options): void {
48
$template = '@formcreator/field/' . $this->question->fields['fieldtype'] . 'field.html.twig';
49
50
- $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']);
+ // $this->question->fields['default_values'] = Html::entities_deep($this->question->fields['default_values']);
51
$this->deserializeValue($this->question->fields['default_values']);
52
TemplateRenderer::getInstance()->display($template, [
53
'item' => $this->question,
0 commit comments