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 4747 {% set formName = ' plugin_formcreator_form' %}
4848 <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' ] }}" >
4949 <h1 class =' form-title' >
50- {{ __(item .fields ['name' ], domain ) }}
50+ {{ __(item .fields ['name' ], options . domain ) }}
5151 <i class =" fas fa-print" style =" cursor: pointer;" onclick =" window.print();" ></i >
5252 </h1 >
5353 {% if item .fields ['content' ] != ' ' %}
5454 <div class =" form_header" >
55- {{ __(item .fields ['content' ], domain )| safe_html }}
55+ {{ __(item .fields ['content' ], options . domain )| safe_html }}
5656 {{ item.getExtraHeader ()| safe_html }}
5757 </div >
5858 {% endif %}
6868 {% if section .fields ['name' ] == ' ' %}
6969 ({{ sectionId }})
7070 {% else %}
71- {{ __(section .fields ['name' ], domain ) }}
71+ {{ __(section .fields ['name' ], options . domain ) }}
7272 {% endif %}
7373 </h2 >
7474 </div >
9191 {% endif %}
9292 {% if not options .public or question.getSubField ().isPublicFormCompatible() %}
9393 {% set sessionData = session(' formcreator' ) %}
94- {{ question.getRenderedHtml (domain , true , sessionData .data )| raw }}
94+ {{ question.getRenderedHtml (options . domain , true , sessionData .data )| raw }}
9595 {% endif %}
9696 {% set lastQuestion = question %}
9797 {% endfor %}
You can’t perform that action at this time.
0 commit comments