open-forms
open-forms copied to clipboard
Feature/4686 email and StUF-ZDS inline form
Closes #4686
Changes
The registration forms for Email and StUF-ZDS now use React components, instead of react-json-schema-form generated forms. This allows us to share styling and keep the styling uniform across forms. These changes also improve the user experience, by providing a simular form layout/logic as the other registration inline forms.
Checklist
Check off the items that are completed or not relevant.
-
Impact on features
- [X] Checked copying a form
- [X] Checked import/export of a form
- [X] Config checks in the configuration overview admin page
- [ ] Problem detection in the admin email digest is handled
-
Release management
- [X] I have labelled the PR as "needs-backport" accordingly
-
I have updated the translations assets (you do NOT need to provide translations)
- [X] Ran
./bin/makemessages_js.sh
- [X] Ran
./bin/compilemessages_js.sh
- [X] Ran
-
Commit hygiene
- [X] Commit messages refer to the relevant Github issue
- [X] Commit messages explain the "why" of change, not the how