Hi,
I’m trying to use gform_after_submission to send data to a third party service. Everything fires off fine and I’m retrieving $entry values from my form field. (such as First name, Last name fields…).
The only $entry values I’m not receiving are from “product” type fields. I can see in the debugger the following:
"DEBUG --> GFCommon::get_calculation_value(): No value or non-numeric value available for field #90.2. Returning zero instead. "
So this is telling me there are no values for the product that use get_calculation_value() function during the process time of the gform_after_submission hook.
Please note I’ve also tried gform_post_submission and the same result occurs. Not working.
Is there any way to get the value from a “Product” field using a hook? I need to send the price of a product to a third party service.
Please take a look at my code here:
https://pastebin.com/byyEYnpn
2019-08-01 7:55:53.913749 - DEBUG --> GFCommon::get_calculation_value(): No value or non-numeric value available for field #90.2. Returning zero instead.