BUG: checkboxes with custom taxonomy as source
-
There is a bug such that selected checkbox items are not saved when a custom taxonomy is the source.
The issue is on line 315 of gfcptaddonbase.php:
$field['inputs'][] = array('label' => $choice['text'], 'id' => $id);
Despite the right side being valid, the assignment is not taking place. This in turn means that the code designed to handle this in
save_taxonomy_field
doesn’t work, and therefore nothing is saved.https://www.ads-software.com/plugins/gravity-forms-custom-post-types/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘BUG: checkboxes with custom taxonomy as source’ is closed to new replies.