Hi all,
I'm in need of a little guidance with getting and then saving selected checkbox values to a custom taxonomy.
My form is correctly displaying terms from a custom taxonomy (retail_category) using the Gravity Forms + Custom Post Types plugin. I realise I also need to use gform_after_submission or similar action to do the actual save to the taxonomy.
I'm just not sure how to get the values from the checkboxes into an array that I can pass directly to wp_set_object_terms.
My form ID is 6 and the field ID is 8. The checkbox list shows up like:
Any help would be appreciated.