getgrav / grav-plugin-form

Grav Form Plugin

Home Page:http://getgrav.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Buttons no longer rendered

hughbris opened this issue · comments

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 b818031, though it's easily fixed by adding enabled: true to the form. To prevent breakage, could you default this form property to true please?

@hughbris Please try above fix, thanks!