weiter zu Frage {{ condition.targetQuestion }}: {{ targetLabel }}
{% else %}
{{ 'survey.edit.no_conditions'|trans }}
@@ -194,4 +290,5 @@
{% endif %}
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/contao/templates/frontend/member_survey_list.html.twig b/contao/templates/frontend/member_survey_list.html.twig
index 9f4cd44..ab95d15 100644
--- a/contao/templates/frontend/member_survey_list.html.twig
+++ b/contao/templates/frontend/member_survey_list.html.twig
@@ -6,6 +6,14 @@
{% set moduleHeadline = (headline is iterable ? headline.text|default('') : headline|default(''))|striptags|trim %}
+ {% for message in app.flashes('success') %}
+
{{ message }}
+ {% endfor %}
+
+ {% for message in app.flashes('error') %}
+