Hello,
I'm using the gform_field_value_parameter hook to pre-populate a list field with an array of data. The list field is populating, however, I'm getting the following error:
Warning: explode() expects parameter 2 to be string, array given in /Applications/MAMP/htdocs/website/wp-content/plugins/gravityforms/form_display.php on line 1675
This error doesn't show with debug set to false, but though it'd be worth mentioning.