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 355

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 7

Forks: 0

Open Issues: 0

Type:wordpress-plugin

0.0.1 2018-08-30 12:52 UTC

This package is auto-updated.

Last update: 2024-03-20 14:18:57 UTC


README

geniem-github-banner

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.

Changelog

CHANGELOG.md

Contributors