• Resolved pressworthammer

    (@pressworthammer)


    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 the BaseField.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)
  • Plugin Author Doeke Norg

    (@doekenorg)

    Hi Harry,

    That’s really weird. I’ve just tried it, and without any filters, I get the value, instead of the label. The form actually saves the value. Are you sure you’re not swapping those (i did :$)

    Thread Starter pressworthammer

    (@pressworthammer)

    I just realized that I forgot to generate a new Test entry – I was fumbling around with old form entries all the time *do’h*
    Just too hot to work ??

    So, everything works fine, sorry for the trouble.

    Plugin Author Doeke Norg

    (@doekenorg)

    No trouble at all. Glad it worked out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Radio Button Values instead of Text’ is closed to new replies.