Skip to main content
Solved

Add additional content to the sign up page

  • September 29, 2023
  • 1 reply
  • 51 views

naveen1209

Hello,

Can we customize the sign up page to include additional text related to privacy policy etc?

For example we would like to show additional text to the user on the page before they register.

Best answer by leo-inspired

Hi @naveen1209,

You can add more profile fields on your Control by going to Settings > User Profile Fields. More information can be found here:

 
If you mean changing the text “I accept the terms of use”, this would be using the Phrases functionality on Control by going to Customization > Phrases. You will need to add this phrase:

Module: Common 
Key: loginBox.terms
Text: I agree to the <a target="_blank"  href="/site/terms">Terms and Conditions</a> and the <a target="_blank"  href=https://www.yourdomain.com>Privacy Policy</a>

1 reply

leo-inspired
  • Gainsight Employee ⭐️
  • Answer
  • October 2, 2023

Hi @naveen1209,

You can add more profile fields on your Control by going to Settings > User Profile Fields. More information can be found here:

 
If you mean changing the text “I accept the terms of use”, this would be using the Phrases functionality on Control by going to Customization > Phrases. You will need to add this phrase:

Module: Common 
Key: loginBox.terms
Text: I agree to the <a target="_blank"  href="/site/terms">Terms and Conditions</a> and the <a target="_blank"  href=https://www.yourdomain.com>Privacy Policy</a>