I need to build a form for an event registration where people can select the workshops in order of their preference. In Drupal 7 I used to have a grid with radio buttons, but that does not seem feasible in Drupal 9. So I thought about making the list of workshops draggable and send the final order as part of the registration in the email.
Because the workshops differ every year, it must be relatively easy to change them.
Any ideas if that can work and if so, how?