I have a (checkbox) field populated (using gform_pre_render) from a Taxonomy.
I have a second input field that should only be visible when specific terms are selected.
Is there a way to either show the possible options in the admin screen so the conditional can be set up, or a way to hook in and add it programmatically (like the pre_render hook)?