terminal42 / contao-conditionalformfields

Display form fields conditionally in Contao Open Source CMS
MIT License
18 stars 13 forks source link

Method GET does not work #65

Closed ngdot closed 1 year ago

ngdot commented 1 year ago

If the form method is "get", the extensions doesn't work and display all fieldsets which should be hidden until the condition is true. A quickfix is to add a hidden field with the name FORM_SUBMIT and the value _auto_form7 (replace the id with your form id).

Contao Version: 4.9.33

aschempp commented 1 year ago

This seems to be fixed in version 3.