Overriding a template #415
Unanswered
creativehubspace
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
{% extends "@!FormBuilder/form/theme/bootstrap_4_horizontal_layout.html.twig" %}
Hello, I have overridden the
bootstrap_4_horizontal_layout.html.twig
and added the extends as show above. However, I have noticed, that when I do this, the conditional logic on my form stops working.When I change the extends to
{% extends 'bootstrap_4_horizontal_layout.html.twig' %}
in my template instead, the conditional logic starts working again.Why does the conditional logic stop working when I extend from the
bootstrap_4_horizontal_layout.html.twig
in Formbuilder?Beta Was this translation helpful? Give feedback.
All reactions