I created a form that will submit data via an HTTP call using the gfrom_after_submission action.
The form completes with no errors but I am unsure that the information was submitting properly.
How can I test the response received?
I created a form that will submit data via an HTTP call using the gfrom_after_submission action.
The form completes with no errors but I am unsure that the information was submitting properly.
How can I test the response received?
Sorry , here is the code I am using http://pastie.org/5342323 I am unsure what this is doing with the response
Any one have help on this I need to add and if..else stmt that tells it to post if the reponse is a 1 or send an error message
Can you help with how I would add that?