Hi,
We use a custom CRM system and would like to automatically send the info from the Gravity Form to our CRM as well as keep the entries in the backend.
Is it possible to 'forward' the info from GF using POST to another url?
Thanks, Patrick
Hi,
We use a custom CRM system and would like to automatically send the info from the Gravity Form to our CRM as well as keep the entries in the backend.
Is it possible to 'forward' the info from GF using POST to another url?
Thanks, Patrick
To do that, you would need to use the following hook: http://www.gravityhelp.com/documentation/page/Gform_after_submission and then manage the data and push it to that CRM. All my best!
Great - Thanks David.