Radio Button Values instead of Text
-
Hi Doeke,
in my form I have some radiobuttons. In the CSV export I get the Text of those Radio buttons instead of the Value. I don’t understand why, because you are using
$value = $this->field->get_value_export($entry);
in theBaseField.php
In the FAQ you are mentioning this filter:
add_filter('gfexcel_field_value',function($entry) {}
– which I specified to
add_filter('gfexcel_field_value_radio_1_10',function($entry) {}
I also checked https://docs.gravityforms.com/entry-object/
Now I tried it with get_value_export, but it’s just not outputting the Value. Do you have any idea how I could get this to work?Thx
Harry
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Radio Button Values instead of Text’ is closed to new replies.