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.

Moneris Integration

  1. I understand that I can use the Gform after submission hook to integrate with a third party application. I just need to clarify some details.
    Is this action hook located in form_display.php of gravity forms?
    How do I hide the data?

    Thank you!

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  2. David Peralty

    To use hooks, you add the code to your Theme's functions.php file. What do you mean by "hiding the data"?

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  3. I think 'hidden' is related to this: http://www.gravityhelp.com/forums/topic/remove-from-total-field?replies=17&message=closed#post-111808

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  4. Yes Chris, this new topic is related to our previous discussion. Thanks!

    Posted 11 years ago on Thursday January 3, 2013 | Permalink
  5. Hello Chris, I'm going to try this new approach and let you know. Pretty much what I need to clarify is how to hide information sent like this: 'first_name' => $entry['1.3'],

    Posted 11 years ago on Tuesday January 8, 2013 | Permalink
  6. David Peralty

    Hide it from what? If you are using gform_after_submission to send the data to a third party service, it is being sent through a http request behind the scenes, it isn't "available" to see. You could make sure to have a SSL certificate to make the whole set-up more secure but I am not sure what you are looking for here... Have you taken a look at how our payment add-ons work to see what we do? Looking at those might give you examples for best practices.

    Posted 11 years ago on Tuesday January 8, 2013 | Permalink