Dropdown value shows as number instead of text

Hello !

I have a form containing a simple dropdown list “Choice” like:
option 1
option 2
option 3

However when looking at the entries, if a form has been submitted with “option 1” selected, I will see Choice = “1” instead of “option 1”.

How can I make the entry view to show the value instead of the # ?

Thanks for your feedback !
b.

Hi Bastien. You can use the gform_entry_field_value filter to do that. See example 2 here:

It works fine, thanks.
I also found gform_entries_field_value to do the same on entry list.

Thanks!

Ah yes, two filters, very similar names.

Entries list:

Single entry: