PHPackages                             itinerisltd/gf-gdrp-confirmation - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Security](/categories/security)
4. /
5. itinerisltd/gf-gdrp-confirmation

ActiveWordpress-plugin[Security](/categories/security)

itinerisltd/gf-gdrp-confirmation
================================

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

0.1.0(7y ago)2313MITPHPPHP ^7.2

Since Nov 28Pushed 7y ago12 watchersCompare

[ Source](https://github.com/ItinerisLtd/gf-gdrp-confirmation)[ Packagist](https://packagist.org/packages/itinerisltd/gf-gdrp-confirmation)[ Docs](https://github.com/ItinerisLtd/gf-gdrp-confirmation)[ RSS](/packages/itinerisltd-gf-gdrp-confirmation/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (4)Versions (2)Used By (0)

gf-gdrp-confirmation
====================

[](#gf-gdrp-confirmation)

[![Packagist Version](https://camo.githubusercontent.com/f18e573bff89edf204c5d167cbc94afda8f8fda57cc967fac1a27988f0f99c5d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6974696e657269736c74642f67662d676472702d636f6e6669726d6174696f6e2e737667)](https://packagist.org/packages/itinerisltd/gf-gdrp-confirmation)[![PHP from Packagist](https://camo.githubusercontent.com/047fa45f9fa76ab5dd17936a196a9dfef3e1ba41cb2216f1a851b976e12374b6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6974696e657269736c74642f67662d676472702d636f6e6669726d6174696f6e2e737667)](https://packagist.org/packages/itinerisltd/gf-gdrp-confirmation)[![Packagist Downloads](https://camo.githubusercontent.com/b1358189b9390d09de15fd0b126e64721d780a63c8af3fa8bd538434deef1ec7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6974696e657269736c74642f67662d676472702d636f6e6669726d6174696f6e2e737667)](https://packagist.org/packages/itinerisltd/gf-gdrp-confirmation)[![GitHub License](https://camo.githubusercontent.com/2e777a6ccc529c0f1320ccaa5319e5ce1cacdaff80581e70067719af170b9717/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f6974696e657269736c74642f67662d676472702d636f6e6669726d6174696f6e2e737667)](https://github.com/ItinerisLtd/gf-gdrp-confirmation/blob/master/LICENSE)[![Hire Itineris](https://camo.githubusercontent.com/28070f6fe57ce0e650e45ceddf0f294c6ebb8e5248af50e801ed5d81026c076c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f486972652d4974696e657269732d6666363962342e737667)](https://www.itineris.co.uk/contact/)

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

- [Goal](#goal)
- [Minimum Requirements](#minimum-requirements)
- [Installation](#installation)
- [Usage](#usage)
- [FAQ](#faq)
    - [Am I GDPR-compliant just by activating this plugin?](#am-i-gdpr-compliant-just-by-activating-this-plugin)
    - [Will you add support for older PHP versions?](#will-you-add-support-for-older-php-versions)
    - [It looks awesome. Where can I find some more goodies like this?](#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?](#this-plugin-isnt-on-wporg-where-can-i-give-a-%EF%B8%8F%EF%B8%8F%EF%B8%8F%EF%B8%8F%EF%B8%8F-review)
    - [Code Style](#code-style)
- [Feedback](#feedback)
- [Security](#security)
- [Change log](#change-log)
- [Credits](#credits)
- [License](#license)

Goal
----

[](#goal)

[Using confirmation query strings to populate a form based on another submission](https://docs.gravityforms.com/confirmation-query-string-populate-form/) is a powerful feature of [Gravity Forms](https://www.gravityforms.com/). 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.
>
> \---

Learn more on:

-
-

Minimum Requirements
--------------------

[](#minimum-requirements)

- PHP v7.2
- WordPress v4.9.8
- [Gravity Forms](https://www.gravityforms.com/) v2.3.6.8
- [OpenSSL extensions (version 1.0.1 or later) enabled](https://github.com/defuse/php-encryption#dependencies)

Installation
------------

[](#installation)

```
$ composer require itinerisltd/gf-gdrp-confirmation
```

Usage
-----

[](#usage)

[![Screenshot 1](./assets/screenshot-1.png)](./assets/screenshot-1.png)

[![Screenshot 2](./assets/screenshot-2.png)](./assets/screenshot-2.png)

FAQ
---

[](#faq)

### Am I GDPR-compliant just by activating this plugin?

[](#am-i-gdpr-compliant-just-by-activating-this-plugin)

No, this plugin is meant to assist a Controller, Data Processor, and Data Protection Officer (DPO) with efforts to meet the obligations and rights enacted under the GDPR.

Activating this plugin does not guarantee that an organisation is successfully meeting its responsibilities and obligations of GDPR. Organisations should assess their unique responsibilities and ensure extra measures are taken to meet any obligations required by law and based on a data protection impact assessment (DPIA).

Consult legal professionals before using this plugin and review plugin source code.

### Will you add support for older PHP versions?

[](#will-you-add-support-for-older-php-versions)

Never! This plugin will only works on [actively supported PHP versions](https://secure.php.net/supported-versions.php).

Don't use it on **end of life** or **security fixes only** PHP versions.

### It looks awesome. Where can I find some more goodies like this?

[](#it-looks-awesome-where-can-i-find-some-more-goodies-like-this)

- Articles on [Itineris' blog](https://www.itineris.co.uk/blog/)
- More projects on [Itineris' GitHub profile](https://github.com/itinerisltd)
- Follow [@itineris\_ltd](https://twitter.com/itineris_ltd) and [@TangRufus](https://twitter.com/tangrufus) on Twitter
- Hire [Itineris](https://www.itineris.co.uk/services/) to build your next awesome site

### This plugin isn't on wp.org. Where can I give a ⭐️⭐️⭐️⭐️⭐️ review?

[](#this-plugin-isnt-on-wporg-where-can-i-give-a-️️️️️-review)

Thanks! Glad you like it. It's important to make my boss know somebody is using this project. Instead of giving reviews on wp.org, consider:

- tweet something good with mentioning [@itineris\_ltd](https://twitter.com/itineris_ltd)
- star this Github repo
- watch this Github repo
- write blog posts
- submit pull requests
- [hire Itineris](https://www.itineris.co.uk/services/)

### Code Style

[](#code-style)

Check your code style with `$ composer check-style`. It's a mix of PSR-1, PSR-2, PSR-4 and [WordPress Coding Standards](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards). Learn more on [itineris-wp-coding-standards](https://github.com/ItinerisLtd/itineris-wp-coding-standards)Change [phpcs.xml](./phpcs.xml) when necessary.

Feedback
--------

[](#feedback)

**Please provide feedback!** We want to make this library useful in as many projects as possible. Please submit an [issue](https://github.com/ItinerisLtd/gf-gdrp-confirmation/issues/new) and point out what you do and don't like, or fork the project and make suggestions. **No issue is too small.**

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Change log
----------

[](#change-log)

Please see [CHANGELOG](./CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

[gf-gdrp-confirmation](https://github.com/ItinerisLtd/gf-gdrp-confirmation) is a [Itineris Limited](https://www.itineris.co.uk/) project created by [Tang Rufus](https://typist.tech).

Full list of contributors can be found [here](https://github.com/ItinerisLtd/gf-gdrp-confirmation/graphs/contributors).

License
-------

[](#license)

[gf-gdrp-confirmation](https://github.com/ItinerisLtd/gf-gdrp-confirmation) is released under the [MIT License](https://opensource.org/licenses/MIT).

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2723d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1b05c8ed4ea3f68173555264d0226d5faeb7f315ed9df91890c351ef576ce72?d=identicon)[TangRufus](/maintainers/TangRufus)

![](https://www.gravatar.com/avatar/1f6b0052977c5b438b9677de0189a69e4c2aa7c945eedd76fa3adac30dab067c?d=identicon)[codepuncher](/maintainers/codepuncher)

---

Top Contributors

[![tangrufus](https://avatars.githubusercontent.com/u/2259834?v=4)](https://github.com/tangrufus "tangrufus (5 commits)")

---

Tags

wordpresswpgravityforms

### Embed Badge

![Health badge](/badges/itinerisltd-gf-gdrp-confirmation/health.svg)

```
[![Health](https://phpackages.com/badges/itinerisltd-gf-gdrp-confirmation/health.svg)](https://phpackages.com/packages/itinerisltd-gf-gdrp-confirmation)
```

###  Alternatives

[wp-pay-extensions/gravityforms

Gravity Forms driver for the WordPress payment processing library.

1133.3k2](/packages/wp-pay-extensions-gravityforms)[wp-privacy/wp-api-privacy

Strips potentially identifying information from outbound requests to the WordPress.org API

1632.0k](/packages/wp-privacy-wp-api-privacy)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
