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 90f2a95 commit c3d03b5Copy full SHA for c3d03b5
inc/field/textfield.class.php
@@ -51,7 +51,7 @@ public function isPrerequisites(): bool {
51
52
public function showForm(array $options): void {
53
$template = '@formcreator/field/' . $this->question->fields['fieldtype'] . 'field.html.twig';
54
- $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']);
55
$this->deserializeValue($this->question->fields['default_values']);
56
$parameters = $this->getParameters();
57
TemplateRenderer::getInstance()->display($template, [
0 commit comments