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:
So it should be easy to implement in the plugin to make it compliant.
Links:
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:
So it should be easy to implement in the plugin to make it compliant.
Links: