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.

Two redirects

  1. I have a form that is getting redirected to a offsite website, LuxSci, this works great, transfers all the fields over to the other site.

    My question is, I also need to redirect the results to another website to a payment gateway. So what will happen is the form is filled out and the results are forwarded to the Luxsci website and the Payment gateway website at the same time.

    Is this possible to do using gravity forms? Thank you for your help in advance.

    Posted 12 years ago on Wednesday May 25, 2011 | Permalink
  2. The form can only be redirected to one location. You can't redirect the user to multiple locations at once. It simply isn't possible. The user can only be redirected to one location.

    If you just need to pass data to one of those services, and not actually redirect the user, then you would have to write custom PHP to interact with that service via their API using Gravity Forms hooks and custom PHP. Here is a post that discusses the hooks you would need to use:

    http://www.gravityhelp.com/forums/topic/sms-api-gateway-need-help-to-get-gform-to-integrate#post-18087

    Posted 12 years ago on Wednesday May 25, 2011 | Permalink