getgrav / grav-plugin-form

Grav Form Plugin
http://getgrav.org
MIT License
53 stars 79 forks source link

Buttons no longer rendered #537

Closed hughbris closed 2 years ago

hughbris commented 2 years ago

My buttons were not being rendered in a form (written a while ago) and it seems to be two predicates {% if form.enabled %} around buttons in forms/default/form.html.twig.

This is a breaking change in b8180315, though it's easily fixed by adding enabled: true to the form. To prevent breakage, could you default this form property to true please?

mahagr commented 2 years ago

@hughbris Please try above fix, thanks!