diff --git a/templates/Froxlor/form/form.html.twig b/templates/Froxlor/form/form.html.twig index 71e51069..627f7ce1 100644 --- a/templates/Froxlor/form/form.html.twig +++ b/templates/Froxlor/form/form.html.twig @@ -4,6 +4,7 @@
{% for sid,section in form_data.sections %} + {% if section.visible is not defined or (section.visible is defined and section.visible == true) %}
{% if section.title is not empty %}
@@ -19,6 +20,7 @@ {% endfor %}
+ {% endif %} {% endfor %} {% if nosubmit == false %}