plone / volto

React-based frontend for the Plone Content Management System
https://demo.plone.org/
MIT License
487 stars 664 forks source link

Registration form should be built with the information provided by the backend #6434

Open erral opened 1 month ago

erral commented 1 month ago

Is your feature request related to a problem? Please describe. The form shown in the registration URL (/register) is hard-coded in the Register component.

Describe the solution you'd like Plone backend has a way to say which fields should be available in the registration form. The point here is to call that endpoint in the /register route and build the form dynamically with the backend information.

Describe alternatives you've considered None.

Additional context We have done this in the past with the user information form. See #2917