Create accept term forms

Hi there,
I know Auth0 have acceptTerm checkbox by lock. But i wanna create new form for accept term.
I mean that after login successfully , it will be redirect to new form for reading term and click button accept it.
After that , it will redirect to callback link.
Is it possible if using Auth0 for doing this requirement

Thank you

Hi @ba-vinh-mulodo,

You can create a seperate page for terms and conditions and redirect the user to it in an action. Here is the doc on how to set up a redirect:

Hi dan.woda,
Thanks for your supporting
Seperate page will be located on external site ,is it right ?
Is is possible if i create it on Auth0 ?

Thank you

Yes you will need to host the external page and use an Action to redirect to it and back to Auth0 to finish the authentication flow.

As of now, there is no way to create a separate page to accept terms and conditions.

1 Like

Hi @dan.woda
I got it
Thanks for your supporting

1 Like

No problem, let us know if you have any other questions.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.