Probems creating a MultipleSelect form

Thank you. So I only had to add a parameter to objects.value().

But I got labels instead of real values, so it was weird. I figured I had to use values_list() instead of values(), because choices() waits for a tuple, and values() renders a dict, whereas values_list() renders a tuple.

Got it !

Thank you :slight_smile:

1 Like