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.

Gravity Forms and PayJunction

  1. Hi everyone,

    I have a client that uses payjunction for payment processing right now (not interested in using paypal), and I was wondering if anyone had any experience using Gravity Forms with PayJunction?

    Currently they have a form that gets filled out, and that data persists as they go to the next form and then to check out for PayJunction. Not entirely sure the best way to go about doing this, so if anyone has some experience here and can provide some useful info, I would appreciate it.

    Thanks,

    Jordan

    Posted 11 years ago on Friday September 7, 2012 | Permalink
  2. There have not been any previous topics which discussed Payjunction.

    http://www.gravityhelp.com/forums/search.php?q=PayJunction

    Do you have an example of a form where this is in use now? You can sent data from Gravity Forms after submission to another page. If the next page can receive and use that information, this will work for you. This can be done in the confirmation settings for the form. Choose the Redirect radio button, the check the "Pass Field Data Via Query String" and add the parameters you want to send, in this area.

    If that query string will not work, you can use the gform_after_submission hook to send data to any 3rd party service. http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Saturday September 8, 2012 | Permalink