puzzle / decidim-zuerich

Mitwirkungsportal für die Stadt Zürich, basierend auf Decidim
https://mitwirken.stadt-zuerich.ch
GNU Affero General Public License v3.0
8 stars 2 forks source link

Circumvent broken JS validation for text fields in surveys #391

Closed Kagemaru closed 1 year ago

Kagemaru commented 1 year ago

This is achieved by making the required validation disableable in FormBuilder. Also change survey text fields to required: false, since JS validation is broken, and they get validated server-side anyway.