{line_product_options_XXX} shows keys not values

I’ve made a ODT file with extra fields to show.
One extra field is type Select List.
When the data is filled out in the ODT it shows the key and not the value of the list.
I use {line_product_options_transport}

By example: data in list
1,Plane
2,Taxi

Data shown in ODT
Transportation is: 1
Transportation is: 2

How can I show the value and not the key.

Hi,

Currently this is not possible to show the value and not the key.
You should create two extrafields with radio selection, one for taxi and one for plane and use the IF statement in the ODT

Thanks for the quick respons.
Your alternative is not that workable.
My selection list has 30 options.
I’m not gonna make 30 radio buttons.

Thanks anyway.

Hope I can use values very soon.