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.

Post entries to central database/table or web service

  1. Elaine Edwards
    Member

    Is it possible to use this plugin to post entries to a single table across multiple websites and/or post the data to a third-party web service? The idea is to have a centralized pool of form entries.

    Thank you.

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  2. David Peralty

    Not out of the box. You would have to create a custom module to take the form data and push it to your central database.

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  3. Elaine Edwards
    Member

    Can you point me to any documentation, or similar plugins so that I can gauge the development work involved?

    Posted 11 years ago on Monday October 15, 2012 | Permalink
  4. David Peralty

    You could use this hook to grab and push data around:
    http://www.gravityhelp.com/documentation/page/Gform_after_submission

    Posted 11 years ago on Monday October 15, 2012 | Permalink