bast1en
(Bastien)
1
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.
chrishajer
(Chris (Gravity Forms))
2
Hi Bastien. You can use the gform_entry_field_value
filter to do that. See example 2 here:
bast1en
(Bastien)
4
It works fine, thanks.
I also found gform_entries_field_value
to do the same on entry list.
Thanks!
chrishajer
(Chris (Gravity Forms))
5
Ah yes, two filters, very similar names.
Entries list:
Single entry: