Enum List- Changing order of custom answers

Is it possible to re-order or allow users to reorder their custom answers in an Enum List? By default, the custom answers get put at the bottom of the list. There might not be a way to adjust this but I thought I would ask just in case. I am attaching a picture for reference. Thanks.Screenshot 2024-03-31 8.47.12 AM.png

0 1 35
  • UX
1 REPLY 1

Try the following expression in the suggested values setting

{"custom answers"} + ( {//your original list//} - {"custom answers"} )

This is basically an add and subtract operation of lists...

Top Labels in this Space