Compliance
GDPR, data residency, subprocessors. All in one place.
We're a small team, so the compliance picture is small too, which is the point. Less surface area, fewer places things can go wrong.
- GDPR / data subject rights
- WordPress's built-in personal data export and erasure tools include Gravity Forms entries by default. Gravity Tables doesn't add a separate data store, so when a request comes in, the existing WP exporter handles it. No custom plumbing required.
- Right to rectification
- A logged-in user with `allow_edit` access can correct their own data inline. Pair with `filter_user_owns="..."` to scope the table to the user's own rows, and the rectification right is self-serve.
- Audit trail for compliance reviews
- Auditors asking "who accessed this record" get a single CSV export from the audit log. Auditors asking "who changed this field" get exact before/after values with user attribution.
- Data residency
- Whatever country your WordPress hosting is in, that's where your data is. EU data on EU hosting stays in the EU. We literally can't move it because we don't store it.
- No third-party processors
- License activation goes through Freemius (the licensing layer used by 8,000+ WP plugins). No customer entry data is ever transmitted to Freemius, only the license key.
- Subprocessor list
- **Freemius** (license validation, payment processing). That's it. The full list is one item long, deliberately.