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.zipAlso on Packagist as devgeniem/wp-gravityforms-db-prevent:
composer require devgeniem/wp-gravityforms-db-preventFrom 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