The current registration form layout is fixed and does not allow for customization of field positions. To provide organizations with the ability to create personalized and intuitive form layouts, we should implement a drag-and-drop mechanism for field positioning.
Proposed solution
Develop a drag-and-drop interface in the back office for arranging the order and position of fields in the registration form.
Store the field positions in the form configuration data.
Update the form rendering logic to display fields according to their configured positions.
Description
The current registration form layout is fixed and does not allow for customization of field positions. To provide organizations with the ability to create personalized and intuitive form layouts, we should implement a drag-and-drop mechanism for field positioning.
Proposed solution