| PixLab  & FACEIO | Knowledge Sharing & Public Forums


How to disable and remove the terms & conditions pop-up widget?

Asked
Modified
Viewed 4663 times
10

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, ...


Accepted Solution

45

Hello,

As answered previously: 

  1.  If you already collected user consent, you can bypass the consent screen by setting the userConsent parameter of the enroll() method to true
  2.  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.
  3.  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.