Privacy rights made
accessible and self-service
Give data subjects a branded self-service portal to exercise their privacy rights. Auto-populates rights per jurisdiction. Every submission becomes a tracked DSAR with SLA enforcement.
Regulation-Aware Rights Listing
Automatically populates rights based on the visitor's jurisdiction. GDPR visitors see 8 rights (access, rectification, erasure, restriction, portability, objection, automated decisions, withdraw consent). DPDPA visitors see 5 rights.
Customizable Theme
Light and dark mode support. Customize colors, fonts, button styles, and layout to match your brand. The portal feels like a native part of your website, not a third-party widget.
Per-Right Configuration
Enable or disable individual rights. Add custom descriptions for each right. Set required fields per right type — erasure requests may need identity verification, while access requests need scope selection.
Embeddable Widget Code
Generate a single script tag or iframe embed code. Deploy the rights portal on your website, intranet, or customer portal. Auto-detects visitor jurisdiction for the correct rights display.
Live Preview
Preview the portal as your visitors will see it. Toggle between jurisdictions (India, EU, California) to verify rights display correctly. Test the full submission flow end-to-end.
Submission List Tracking
Every portal submission creates a DSAR in FOCTTA with full traceability. Track submission status, SLA countdown, and assignee from the main grievance dashboard. Data subjects can check status via the portal.
Every right, every regulation
one portal
The rights portal auto-detects visitor jurisdiction and displays the correct rights. GDPR visitors see all 8 rights. DPDPA visitors see 5 rights. No manual configuration per region needed.
<!-- Rights Portal Embed -->
<div id="foctta-rights"></div>
<script
src="https://cdn.foctta.com/rights.js"
data-tenant="your-tenant-id"
data-theme="light"
async
></script>
// Auto-detects jurisdiction from IP
// Displays regulation-specific rights
// Submission → DSAR with SLA tracking
// Status check via portal
// Identity verification flow built in
// Portal submission payload:
// { type: "erasure",
// regulation: "DPDPA",
// email: "user@example.com",
// description: "..." }