Dark Pattern Profile
Forced Action (Forced Registration / Disclosure)
Forced Action (Forced Registration / Disclosure) pattern in group: Forced action.
Pattern Definition
Definition
Forcing the user to register or provide data (often unnecessary to finalize the transaction) in order to gain access to a service or complete a purchase.
Psychological mechanism
Endowment Effect and escalation of commitment. A user who has already invested time browsing or building a cart is less likely to abandon it just because of a registration wall.
Consumer impact
- Consumer perception: Based on qualitative report conclusions.
- Measured impact: Unquantified in OSINT.
- Vulnerable demographics: All demographics, especially those deeply invested in the funnel.
Detection Signals
- On-page evidence: Inability to checkout as a guest. The purchase process ends with a hard registration form. Requiring data not essential for the service, like a How did you hear about us? field.
Evidence (Code examples)
Forcing the How did you hear about us? information is controlled by a state parameter in the page script.
<script id="__NEXT_DATA__" type="application/json">
{ "props": { "pageProps": { "appDehydratedState": { "queries":[ { "state": { "modules": { "ConfigClientPanel": { "showKnowAboutUs": true } } } } ] } } } }
</script>Regulatory Angle
Data minimization verification. Enforcing GDPR (Article 5 - data minimization) and consumer rights preventing forced data harvesting as a condition of sale.
Related Insights
Articles assigned to this dark pattern category.
No insights linked to this pattern yet.