PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Need to silent post form to URL and redirect to thanks page

  1. I have a form that I need to post to a 3rd Party URL. Its a Web service, and if you post to it with the proper input field names, all is good. I want Gravity forms to do its validation, send the email, forward to thank you page for conversion, and post the form to the 3rd party url, which will enter it into CRM database. I think I use gfrom_post_submission. Any specific ideas on how to do this?

    Thanks in advance

    Posted 14 years ago on Monday June 6, 2011 | Permalink
  2. Hi Daryl,

    The gform_post_submission hook is the right direction. The first variable passed to this hook is the $entry which contains all of the submitted lead details. With this information, you can match up the required CRM input names with the submitted lead data and use WordPress's default http post functionality to send to your CRM. Here is an example straight from the Gravity Forms Paypal Add-on of how to use WP's http post function: http://grab.by/aizE

    Posted 14 years ago on Monday June 6, 2011 | Permalink