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.

How to NOT store form data in WP database?

  1. I have successfully setup my functions.php so that my form posts to a secure external database. For data security reasons I am trying to figure out how to disable the form data from being stored locally in the WP database. Any ideas?

    Posted 12 years ago on Saturday October 1, 2011 | Permalink
  2. There is no way to disable saving it, but you can delete it immediately after it's stored using the gform_post_submission hook.

    Here is an example of how to do it:
    http://www.gravityhelp.com/forums/topic/purposefully-not-save-form-in-entries-database#post-15601

    Posted 12 years ago on Saturday October 1, 2011 | Permalink