Add multiple required checkboxes for ToS, Privacy Policy etc to signup page

Hi! We have a following use case:
Register new user (all fields are required)

  1. Enter user email
  2. Enter user password
  3. Consent to terms (should be separate checkbox for each):
  • Terms and Conditions
  • Privacy policy

Currently we didn’t found a good way to add multiple checkboxes, the custom fields does not provide a proper UX: button “Sign up” is shown as clickable (active) but still nothing happens when user clicks on it, also there is no error message that the checkboxes are required.

Question: is there a way to add multiple checkboxes to auth0 signup page as required fields, so that the “Signup” button could be shown as disabled (greyed out) or at least the error message could be shown?

Hi @lisa.klimkina,

Welcome to the Auth0 Community!

I understand that you would like to include a checkbox on your Universal Login Page.

In this case, there is an option to include a checkbox as a additionalSignUpFields or as a mustAcceptTerms field. See the resources below for more information:

I hope this helps!

Please let me know if there are any additional questions.

Thank you.

1 Like

Hi @rueben.tiow thanks for proposed solution!

Actually we this way out and still there is an issue: if the required consents are not checked, the button “Sign up” is shown as clickable (active) but still nothing happens when user clicks on it, also there is no error message that the checkboxes are required.
How we can fix that?

2 Likes

any luck with making the button enabled/disabled with clicking the checkboxes?