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.

Pushing form submissions to Parse Database

  1. I'm using a form on my site to create listings for a mobile app. The mobile app is using a Parse Database (http://parse.com). How can I set up my form to send the captured information to the Parse Database?

    The PHP Library for the Parse API is located here:
    https://github.com/apotropaic/parse.com-php-library

    Posted 12 years ago on Wednesday July 11, 2012 | Permalink
  2. David Peralty

    You would have to custom develop the database or API interactions using the after_submission hook - http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 12 years ago on Wednesday July 11, 2012 | Permalink