> ## Knowledge Base Index
> Fetch the complete knowledge base index at: https://321goproject.crisp.help/sitemap.xml
> Use this file to discover available pages before exploring further.
> Pure-Markdown content can be obtained by appending a '.md' suffix to the content URLs listed in the sitemap (without the trailing slash).

# Add A Login Form To An Existing Page


### Add A Login Form To An Existing Page


| This guide will show you how you can add a Login to your restricted pages on any page. 


${youtube}[How to add a login form to an existing page.](D_qfJw3IgVI)


1. Add a Call To Action block
2. Select Custom Form for CTA Type
3. Paste the following code 
| [gravityform action="login" description="false" title="false" registration_link_display="false"/]

You can add the following values to the code for customization:
* login_redirect
| Ex: [gravityform action="login" description="false" title="false" registration_link_display="false" login_redirect="https://facebook.com"/]
