We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 607de32 commit 962bb33Copy full SHA for 962bb33
templates/pages/userform.html.twig
@@ -87,7 +87,7 @@
87
{% endif %}
88
89
90
- {% if options.anonymous or question.getSubField().isAnonymousFormCompatible() %}
+ {% if not options.anonymous or question.getSubField().isAnonymousFormCompatible() %}
91
{% set sessionData = session('formcreator') %}
92
{{ question.getRenderedHtml(domain, true, sessionData.data)|raw }}
93
0 commit comments