I have a form with 30 products that display with logic so only one product can be selected and purchased.
I’m using the gform_after_submission hook to pass data to another platform and I need to find the Product [name], [price] and [quantity] that the user selected and purchased.
Does anybody know how to do that?
If the suggestion is to use the gform_product_info filter please could you help me with how I can access the Product [name], [price] and [quantity] from that multi-dimensional associative array as there are 30 products with 30 different IDs.
Many thanks,