File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 47
47
{% set formName = ' plugin_formcreator_form' %}
48
48
<form name =" {{ formName }}" method =" post" role =" form" enctype =" multipart/form-data" class =" plugin_formcreator_form" action ={{ item.getFormURL () }} id =" plugin_formcreator_form" data-itemtype =" PluginFormcreatorForm" data-id =" {{ item .fields ['id' ] }}" >
49
49
<h1 class =' form-title' >
50
- {{ __(item .fields ['name' ], domain ) }}
50
+ {{ __(item .fields ['name' ], options . domain ) }}
51
51
<i class =" fas fa-print" style =" cursor: pointer;" onclick =" window.print();" ></i >
52
52
</h1 >
53
53
{% if item .fields ['content' ] != ' ' %}
54
54
<div class =" form_header" >
55
- {{ __(item .fields ['content' ], domain )| safe_html }}
55
+ {{ __(item .fields ['content' ], options . domain )| safe_html }}
56
56
{{ item.getExtraHeader ()| safe_html }}
57
57
</div >
58
58
{% endif %}
68
68
{% if section .fields ['name' ] == ' ' %}
69
69
({{ sectionId }})
70
70
{% else %}
71
- {{ __(section .fields ['name' ], domain ) }}
71
+ {{ __(section .fields ['name' ], options . domain ) }}
72
72
{% endif %}
73
73
</h2 >
74
74
</div >
91
91
{% endif %}
92
92
{% if not options .public or question.getSubField ().isPublicFormCompatible() %}
93
93
{% set sessionData = session(' formcreator' ) %}
94
- {{ question.getRenderedHtml (domain , true , sessionData .data )| raw }}
94
+ {{ question.getRenderedHtml (options . domain , true , sessionData .data )| raw }}
95
95
{% endif %}
96
96
{% set lastQuestion = question %}
97
97
{% endfor %}
You can’t perform that action at this time.
0 commit comments