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 Form Integration with Third Party API

  1. Jeces
    Member

    I'm not sure if this is the right place to post this question but I'm really stuck. I've worked with two developers now and I can not seem to get this to work. The API is functioning properly but for some reason the fields are not getting pushed back up to the database. We have looked in debugging mode and it is showing the fields properly. I feel like we are missing something simple. Any thoughts?

    This is the link to the test form: http://telepointscript.com/script/

    Here is my code: http://pastie.org/5045002

    I appreciate any help!

    Posted 11 years ago on Friday October 12, 2012 | Permalink
  2. Please use gform_after_submission rather than gform_post_submission. gform_post_submission is deprecated. I don't think that is the problem though, but you should change anyway to ensure this works for a long time in case gform_post_submission is removed from Gravity Forms in the future.

    I like the debug case you have set up.

    What does $result hold at the end? Can you add that to your debugging? I'd be curious to know what the string looks like in the function which begins on line 52 as well (exactly what are you sending, and is all the data there as expected?)

    Posted 11 years ago on Friday October 12, 2012 | Permalink