collective / volto-form-block

Volto addon for a customizable form block
MIT License
9 stars 8 forks source link

Conditionally showing fields #65

Open JeffersonBledsoe opened 1 year ago

JeffersonBledsoe commented 1 year ago

Early in the implementation. Allows setting a target field and a target value (as a plain text input). When rendering on the client, work out whether they should show or not based on selected rules. SSR shows all fields (will use help text to indicate required fields) fixes pretagov/nsw-demo#222