PopulateTools / decidim-module-extra_user_fields

Add dynamic custom fields to users
https://decidim.org
GNU Affero General Public License v3.0
3 stars 13 forks source link

Implement drag and drop field positioning #23

Open simonaszilinskas opened 6 months ago

simonaszilinskas commented 6 months ago

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

  1. Develop a drag-and-drop interface in the back office for arranging the order and position of fields in the registration form.
  2. Store the field positions in the form configuration data.
  3. Update the form rendering logic to display fields according to their configured positions.

Screenshot 2024-05-10 at 06 54 13