Greetings team,
Is it possible for me to disable and remove the terms & conditions pop-up in the widget, as they can be included as a link at the bottom of the enrollment compoment, just to have consistent UX in our platform, ...
How to disable and remove the terms & conditions pop-up widget?
Asked
Modified
Viewed
4663 times
✓ Accepted Solution
Hello,
As answered previously:
- If you already collected user consent, you can bypass the consent screen by setting the
userConsent
parameter of the enroll() method to true - Also, you can reduce the Enrollment Widget introduction/instruction screen display delay by configuring
enrollIntroTimeout
the parameter of the enroll() method to the desired number of seconds. - Finally, refer to the enroll()method parameter documentation at https://faceio.net/integration-guide#enroll_param For a list of available configurations tailored to your typical use case.