Closed rafaehlers closed 7 years ago
Message shown on multiple entries page:
Warning: Invalid argument supplied for foreach() in /home/webmaster.ptb/html/default/wp-content/plugins/gravityforms/includes/fields/class-gf-field-list.php on line 474
add_filter( 'gform_column_input_10_2_3', 'gv_set_column', 10, 5 ); function gv_set_column( $input_info, $field, $column, $value, $form_id ) { return array( 'type' => 'select', 'choices' => 'Białystok,Bydgoszcz,Gdańsk,Kielce,Kraków,Lublin,Łódź,Olsztyn,Poznań,Skierniewice,Szczecin,Katowice,Toruń,Warszawa,Wrocław' ); }
Worth noticing:
10 is the form ID, 2 is the field ID, and 3 the third column
Related: https://secure.helpscout.net/conversation/275135032/7378/?folderId=408735
┆Issue is synchronized with this Asana task
I can't reproduce on 1.19.2
The issue was an extra colon at the end of a merge tag.
Message shown on multiple entries page:
Worth noticing:
Related: https://secure.helpscout.net/conversation/275135032/7378/?folderId=408735
┆Issue is synchronized with this Asana task