Support

Search results for ""

Sorry, no results found. Perhaps you would like to search the documentation?
All Topics
Jan Boen

Display bug(?) multiple values type

Hi,

Could it be there is a bug when displaying a values form a multiple values/list field?
Example: a field called “food allergies” has several possible values selectable by a checkmark, form created with Caldera (will switch to Ninja shortly).
When we define in AC the type as default we only see one single value such as “Vegetarian”.
if we define it as “Multiple Values” we see something like “opt1653424: Vegetarian”.

Thanks,

Jan

2 years, 9 months ago
Stefan van den Dungen Gronovius
Developer

I expect that the values are stored in several records for the related meta key.
Our Custom Field column only works for single meta records. You could check your database how the data is stored and write your own hook to correct the value by unserializing it or you could even decide to write your own column to format the value as you like.

https://docs.admincolumns.com/article/21-how-to-create-my-own-column

2 years, 9 months ago

You must be logged in to reply to this topic.