Form Data Ownership and Privacy: Who Controls Your Responses?
When someone fills in your form, where does the data go — and who controls it? This guide covers form data ownership, the privacy principles that apply, and why self-hosting changes the answer.

Form data ownership is the question of who actually controls the responses your form collects — you, or the platform you built it on. With most hosted form tools the answer is "the vendor holds it and you access it"; with a self-hosted, relational store the answer is "you hold it." That distinction shapes your privacy posture, your portability, and your risk.
This article is general information about data-protection concepts, not legal advice. For obligations specific to your situation, consult a qualified professional.
Who owns the data collected by a form?
Legally, the organization collecting personal data is usually its controller and carries the obligations; the form tool is typically a processor acting on your instructions. Practically, "ownership" is about control: can you access, export, move, and delete the data freely, or is it locked inside a vendor's platform? Where the data physically lives, and who can reach it, determines how much control you really have.
What privacy principles apply to form data?
Under the EU/UK GDPR, personal data must be handled according to principles set out in Article 5 — including lawfulness, purpose limitation, data minimisation (collect only what you need), accuracy, storage limitation (don't keep it longer than necessary), and integrity and confidentiality. The ICO publishes practical guidance on applying these. Notably, data minimisation is also good form design: asking fewer questions both respects the principle and improves completion.
How does where the data lives affect privacy?
It affects who can access it and which transfer rules apply. Hosted form tools store responses on their infrastructure, which may sit in other jurisdictions and brings cross-border transfer considerations. Keeping responses in a database you control — on infrastructure you choose — removes a third party from the data path and makes residency a decision you make, not one you inherit.
How RoundPushPin approaches ownership and privacy
RoundPushPin is self-hosted: responses live in a PostgreSQL database on your own infrastructure, not a vendor's. That makes data minimisation, retention, export, and deletion things you control directly — the foundations of building GDPR-compliant forms.
Frequently asked questions
- Who owns the data collected by an online form?
- Practically, whoever can access, export, move, and delete it. Legally, the organization collecting personal data is usually its controller and the form tool is a processor. Self-hosting keeps both control and custody with you.
- Are self-hosted forms more private?
- They can be, because self-hosting removes a third party from the data path and lets you choose where data is stored. Privacy still depends on how you configure access, retention, and security.
- Where is my form data stored?
- With most hosted form tools, on the vendor's cloud; with a self-hosted tool like RoundPushPin, in a database on infrastructure you control, so you decide the region and provider.
Sources
- Regulation (EU) 2016/679 (General Data Protection Regulation) — EUR-Lex, European Union
- UK GDPR guidance and resources — Information Commissioner's Office (ICO)
In this topic
How to Build GDPR-Compliant Forms
Building GDPR-compliant forms means collecting only what you need, on a lawful basis, with clear consent and control over retention. This guide covers the principles that apply and how a self-hosted, relational form helps you meet them.
Self-Hosted Forms: Own Your Form Data
Self-hosted forms run on your own infrastructure, so responses live in a database you control rather than a vendor's cloud. This guide explains what self-hosting means, the trade-offs, and why it matters for data ownership.