TOS & Privacy Policy
Overview
Displaying your Terms of Service and Privacy Policy are an important step of customer onboarding. We give you the flexibility to display those two documents in our SDK or you can hide the links and display them somehwere else in your site.
Display as a sentence
privacyPolicyUrl (optional) & termsOfServiceUrl (optional)
We currently display the Terms of Service and Privacy Policy during the connecting step of the SDK.
If you want to update the links, then you can do so by updating the props in settings.
Hiding the Terms of Service and Privacy Policy Copy
If you don’t want to display this text, then you can instead hide the sentence with:
Display as a checkbox
As an alternative to displaying the Terms of Service and Privacy Policy as a sentence, you can display a checkbox that the user must check in order to proceed. To do so, turn on TOS and PP in the login methods section under information capture. After that, you can display the checkbox component like so:
Note: this will display the TOS and PP in a page post login as part of the user’s onboarding flow.
Was this page helpful?