Hi,
Is it possible to hook into the field data of a product and add in a new property for radio buttons?
I've hooked into gform_field_content and took a look at the field data and would like to add a new element for each radio button. In addition to text, value, isSelected, and price, I would like to add an inventoryLimit element.
USE CASE:
Each of these radio buttons represents a seminar for a time slot. Some of these seminars have limited seating and the client would need to be able to set a limit.
I've tried hooking into gform_field_advanced_settings to create a new setting but that applies to the entire field and not specific radio button selections.
Any help would be greatly appreciated.
Thanks!