devgeniem / wp-gravityforms-db-prevent
A Gravity Forms plugin to let the form creator decide if the values should be saved to database or not.
Installs: 1 611
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 7
Forks: 0
Open Issues: 0
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-10-20 15:30:38 UTC
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
composer require devgeniem/wp-gravityforms-db-prevent
Then activate the plugin from the WordPress dashboard or with the WP-CLI.
wp plugin activate wp-gravityforms-db-prevent
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.