WP Manifestindependent plugin directory
manifest / forms / gf-gdrp-confirmation

GF GDRP Confirmation archived

Encrypt personal information in query string and pre-populate them to Gravity Forms fields

by Itineris Limited · github.com/itinerisltd/gf-gdrp-confirmation · website

2stars
313composer 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/itinerisltd/gf-gdrp-confirmation/archive/refs/heads/master.zip

Also on Packagist as itinerisltd/gf-gdrp-confirmation:

composer require itinerisltd/gf-gdrp-confirmation

From the readme

gf-gdrp-confirmation Encrypt personal information in query string and pre-populate them to Gravity Forms fields. - Goal - Minimum Requirements - Installation - Usage - FAQ - Am I GDPR-compliant just by activating this plugin? - Will you add support for older PHP versions? - It looks awesome. Where can I find some more goodies like this? - This plugin isn't on wp.org. Where can I give a ⭐️⭐️⭐️⭐️⭐️ review? - Code Style - Feedback - Security - Change log - Credits - License Goal Using confirmation query strings to populate a form based on another submission is a powerful feature of Gravity Forms. However, putting personal information in query strings violates GDPR and leaks user information to third parties(e.g: Google Analytics). This plugin encrypt the query strings and pre-populate them to Gravity Forms fields. You will not and will not assist or permit any third party to, pass information to Google that Google could use or recognize as personally identifiable information. --- https://www.google.com/analytics/terms/us.html Learn more on: - https://support.google.com/analytics/answer/7686480 - https://support.google.com/analytics/answer/6366371 Minimum Requiremen

Read the full README on GitHub →