Patrick Bågendahl
Results
1
comments of
Patrick Bågendahl
Solution for PHP 7.1 and above. Change row 1021 in file gravityforms-update-post.php From: `add_filter( 'gform_field_value_' . $field['inputName'], function($value) use($value) { return $value; } );` To: `add_filter( 'gform_field_value_' . $field['inputName'], function($v)...