Description
Replaces the exported value of Likert survey fields with their numeric score (as configured in the field’s survey scoring) rather than the selected choice label. Applies to entry exports (CSV) and any consumer of the gform_export_field_value filter.
Usage Notes
Affects all forms and all Likert fields in every export. Scope it to a specific form by checking $form_id, or to a specific field by checking $field_id. Requires the Gravity Forms Survey Add-On to be active so gf_survey() is available.
Resources
Code
Please log in to view this code snippet.