gpi_selected_values
Description
Filter the selected values for the current choice-based field.
Usage
Apply to all fields on all forms.
add_filter( 'gpi_selected_values', 'my_custom_function' );
Apply to all fields on a specific form.
add_filter( 'gpi_selected_values_FORMID', 'my_custom_function' );
Apply to a specific field on a specific form.
add_filter( 'gpi_selected_values_FORMID_FIELDID', 'my_custom_function' );
Parameters
Since
This filter is available since Gravity Forms Inventory 1.0-beta-1.0.