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.

Can Gravity NOT save Entries

  1. Strange request/question, I'm loving all the hooks / versatility of GF, so much that I'm using it in place of traditional forms on our admin pages, my only problem is that I don't need gravity to save the entries on some forms, I'm intercepting the values and writing them to a custom web db used by our order management system.

    Ideas?

    Posted 11 years ago on Friday June 1, 2012 | Permalink
  2. David Peralty

    This hook might help:
    http://www.gravityhelp.com/documentation/page/Gform_post_submission

    You could send the data to your own order management system, and then edit the entry to clear it out. I don't have any code handy for deleting the saved entry right this second though, but that is the hook you would do it with.

    Posted 11 years ago on Friday June 1, 2012 | Permalink