Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] - Privacy handling #379

Open
dingo-d opened this issue Feb 16, 2024 · 2 comments
Open

[FEATURE] - Privacy handling #379

dingo-d opened this issue Feb 16, 2024 · 2 comments
Assignees
Labels
feature request New feature request

Comments

@dingo-d
Copy link
Collaborator

dingo-d commented Feb 16, 2024

Since the forms are storing potentially private information to the database (when enabled), there should be an easy way to export, or delete the data that could be stored for a specific user if they request it (GDPR compliance).

WordPress already has tools available for fetching private data included:

image

So it should be easy to implement in the plugin to make it compliant.

Links:

@dingo-d dingo-d added the feature request New feature request label Feb 16, 2024
@iruzevic
Copy link
Member

sure, why not, as we are not storing users email directly but as a part of generic data I will need to create an option to search the data an provide the export. This only implies If you have "users that can login" on your website. correct?

@dingo-d
Copy link
Collaborator Author

dingo-d commented Feb 16, 2024

Well, since in some forms you can store user's email, it wouldn't matter if they can or cannot login. The email is a private information, based on which you'd perform a search.

It would be easier if in the database table where you stored the form data had the email in a separate field (as an optional nullable field, as some forms may not have email field in them, so you don't need to search those).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature request
Projects
None yet
Development

No branches or pull requests

2 participants