Hi,
I'm using gravityforms version 1.6.10.
I'm prepopulating a list field per the example at the bottom of this page: http://gravityhelp.com/documentation/page/Gform_field_value_$parameter_name
The field is populated properly, but I'm seeing the error "Warning: explode() expects parameter 2 to be string, array given in [...] form_display.php on line 1671."
If I pass a string instead of an array, there is no error, but the field is not populated correctly.
If I comment out line 1671 of form_display.php, all is well: no error, field populates properly.
I don't have that list field set to use conditional logic (line 1671 is inside the get_conditional_logic
function).
I thought maybe one of my array values might have been causing the problem, but passing an empty array (or the array example on the page referenced above) has the same results: php error, but field is populated as expected.
Any ideas?
Thanks!
Teresa (and Peter and Richard)