I'm using the GF + CPT plugin to enable population of dropdown fields with custom taxonomies.
The form is basically choosing variants of product; the taxonomies will be color, fabric type etc.
Each taxonomy term has an image associated with it - I am using this plugin to attach those images.
What I need is to output the taxonomy image (e.g. the color swatch) alongside the taxonomy term in the dropdown, so users have a visual representation of the available choices. What is the best way to go about this? I'm unsure which way to approach the problem, is it something I can do with a hook?
Thanks for any help / pointers.