Consent
The Consent screen is a crucial component that handles user privacy acknowledgment and data collection permissions. It displays your organization’s privacy policy and captures user consent before proceeding with onboarding.
Quick Implementation
Event Handling
Loading Event (form:consent:loaded`)
Screen mounted successfully
Interaction Event (form:consent:ready)
User provided consent
Error Handling (form:consent:failed)
Screen failed to load
Customization Options
Basic Configuration
Advanced Configuration
Customizable Elements
Best Practices
- Always maintain clear and concise consent language
- Ensure checkbox labels accurately reflect what users are agreeing to
- Consider implementing multiple language support for international users
- Test the consent flow thoroughly in your development environment
Remember to comply with relevant privacy regulations (GDPR, CCPA, etc.) when customizing consent text and checkboxes.