Adding privacy policy to login screen

Hi,
I want to add a privacy statement to my application with a link on the login screen saying -“Read our privacy policy” and once we click that link it should open a pop up box with our privacy statements. I’m not sure how to go about it. Any ideas are appreciated.

Thank You,
Rutika Kulkarni

Hi,
First, create new screen (choose “Login screen” or “Login screen with branding image” template on the first step).

Then add a LinkButton component to the screen layout. Assign ID and caption.
Then generate ClickEvent handler for this button - the generated method should contain the handling logic.

1 Like

Hello Alex, Thanks for the idea. It worked.