open-formulieren / open-forms

Smart and dynamic forms
https://open-forms.readthedocs.io
Other
37 stars 26 forks source link

Updating the email and StUF-ZDS inline forms #4686

Closed robinmolen closed 4 weeks ago

robinmolen commented 2 months ago

Thema / Theme

Form designer

Omschrijving / Description

The inline forms for email and StUF-ZDS currently break with the design and use a different form builder (react-json-schema-form). See here: Storybook: Configured Backends

The inline forms should be moved to a modal, like the ZGW api and Object api configuration forms, and make use of Reactjs/Formik instead of react-json-schema-form. This ensures a consistent design and predicable functionality.

Added value / Toegevoegde waarde

Changing the forms frees us from the react-json-schema-form dependency, and helps to keep the UI consistent.

Aanvullende opmerkingen / Additional context

No response