Is there a way to disable form data from being saved? I have a client who wants to receive the data via email, but does NOT want it to be saved in any way otherwise.
Is there a way to disable form data from being saved? I have a client who wants to receive the data via email, but does NOT want it to be saved in any way otherwise.
Right now it appears data that is submitted is saved in the entries section, so wondering if there is a way to disable that from happening. Is the data saved anywhere else?
There isn't any setting to stop that from happening. You would have to write a custom function to remove things from the database. The easiest way would be to write a function that uses gform_after_submission to wipe the two Gravity Forms entries tables.
David Smith wrote something up a while ago about deleting entries immediately after they are written, so they are essentially not saved. http://www.gravityhelp.com/forums/topic/purposefully-not-save-form-in-entries-database#post-15601