Hello,
Is there a way add additional fields to the following Option Choice fields (radios)?
For instance, the client has an option group with 3 choices. Each choice has;
- Label
- Description
- Image
Is there any way I can leverage the API to add these fields? Worst case scenario I can use javascript to inject external html to each field, but this will be very hacky and hard for the client to manage.
Thank You