I am running a function on gform_after_submission in WordPress. It creates an new record in a large AT. We are finding more often than not the submissions works in Gravity Forms but the record is not created in AT. I have error checks in my function that makes the AT connection and it doesn't throw anything, including any error from the curl itself. It seems to leave the function formatted correctly and without error. no curl_error.
This happens maybe 8 out of 10 submissions. We can find nothing different about the data in this submissions. It seems to be on the AT side of things. No one throws an error
Is there any log where I can see if these submissions make it to AT and are being rejected? I need some help on where to look next! Please and thank you.
NOTE: Updating records from the same form works just fine. Never errors. It is the creation of a NEW RECORD that doesn't go.
Frustrated. Jon