diff --git a/gp-populate-anything/gppa-populate-form-fields-as-choices.php b/gp-populate-anything/gppa-populate-form-fields-as-choices.php new file mode 100644 index 000000000..5e95b2adb --- /dev/null +++ b/gp-populate-anything/gppa-populate-form-fields-as-choices.php @@ -0,0 +1,29 @@ + $source_field->get_field_label( true, '' ), + 'value' => $source_field->id, + ); + } + + return $choices; +}, 10, 3 );