WP Manifestindependent plugin directory
manifest / forms / wp-gravityforms-db-prevent

Gravity Forms Prevent Database Storing

A Gravity Forms plugin to let the form creator decide if the values should be saved to database or not.

by Geniem · github.com/devgeniem/wp-gravityforms-db-prevent · website

5stars
1.8kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/devgeniem/wp-gravityforms-db-prevent/archive/refs/heads/master.zip

Also on Packagist as devgeniem/wp-gravityforms-db-prevent:

composer require devgeniem/wp-gravityforms-db-prevent

From the readme

Gravity Forms Prevent Database Storing A Gravity Forms plugin to let the form creator decide if the values should be saved to database or not. Installation Then activate the plugin from the WordPress dashboard or with the WP-CLI. Usage This plugins adds a checkbox to the Gravity Forms form settings that prevents form entries to be stored in the database. Technically the entries do get stored in the database, but they are deleted from there immediately after all the emails regarding the entry are sent. This is due to technical restrictions in the way Gravity Forms has been created. Changelog CHANGELOG.md Contributors - Geniem - Miika Arponen

Read the full README on GitHub →