Add Terms and Conditions (or Terms of Service) to the Signup Screen

Overview

This article details how a checkbox and a link for Terms and Conditions or Terms of Service can be presented on the sign-up screen.

The use case:

  • The new end user is asked to read and agree to the Terms and Conditions when signing up.
  • The Universal Login Page or the following prompt has the link to the Terms and Conditions, and a checkbox that the user clicks if they agree.
  • The user cannot submit the form until they click on the checkbox.

Applies To

  • Terms and Conditions

Solution

  1. Forms for Actions:

  2. Custom Signup/Login Prompts

    • Caveat: Custom Signup/Login Prompts won’t be a solution if the user is signing up or logging in with Social/Enterprise SSO because there is no distinction between a sign-up and a login. Actions cannot receive the value from the custom input fields in such a case.
  3. Redirecting Actions

NOTE: Some outdated documentation (official docs and community posts) refers to Rules or old libraries such as Auth0.js/Lock. They are not recommended anymore.

1 Like