> ## Documentation Index
> Fetch the complete documentation index at: https://docs.usekinetic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure End Screen

> Learn how to customize the final confirmation screen your users see after submitting a form.

The **End Screen** is the final step of your form. It allows you to thank respondents, provide further instructions, display a discount code, or guide them to another webpage using a Call to Action (CTA) button.

This guide covers how to set up a standard (single) End Screen.

<Note>
  If you want to show different end screens based on how a user answered specific questions, you'll need to use conditional logic. [Read more here](/form-builder/logic).
</Note>

## Accessing End Screen Settings

To begin customizing your end screen:

<Steps>
  <Step title="Select the End Screen Block">
    In the Form Builder, scroll down to the bottom of your form canvas and click on the **End Screen** block (indicated by the green flag icon).
  </Step>

  <Step title="Open the Configuration Menu">
    Once selected, the right-hand settings panel will update to show the End Screen options. Click the **⚙️ Configure End Screens** button.
  </Step>
</Steps>

## Designing the Default End Screen

Clicking the configure button opens the **End Screens** configuration panel. To create a single, universal end screen, ensure the **Multiple end Screens** toggle is turned **off**.

Under the **Default End Screen** section, you can customize the following properties:

### 1. Alignment

Choose how you want the content of your end screen to be aligned. You can select between:

* **Left-aligned**
* **Center-aligned**
* **Right-aligned**

### 2. Image (Optional)

You can visually enhance your end screen by adding an image or GIF.

* Click the **Add Image** button to open the Media Library.
* Choose an existing file or upload a new one.
* **Supported formats:** SVG, PNG, JPG, or GIF.
* *Note: Images will be automatically compressed and resized for optimal performance.*

### 3. End Screen Content

Use the rich text editor to craft your confirmation message.

* **Formatting Options:** You can bold, italicize, or underline text, and insert hyperlinks.
* **Headings:** Use the text dropdown (labeled `Aa`) to easily switch between Headings or standard paragraph text.

### 4. Call-to-Action (CTA) Button

If you want to direct users to another page (like your main website or info page) after they submit the form, you can add a button directly into your end screen content.

<Steps>
  <Step title="Add the Button">
    Click the **+ Add Button** option located within the text editor toolbar.
  </Step>

  <Step title="Configure Button Settings">
    In the pop-up modal, fill out the following fields:

    * **Button Label:** The text that will appear on the button (e.g., "Click Here" or "Visit our Website").
    * **URL:** The destination link (`https://...`).
    * **Open in New Tab:** Toggle this on if you want the link to open in a new browser tab so the user doesn't lose the original form page.
  </Step>

  <Step title="Insert Button">
    Click **Add Button** to insert the CTA into your editor.
  </Step>
</Steps>

<Info>
  **Styling your CTA Button:** You do not need to manually color the button in this menu. The button will automatically inherit the brand colors and styling you have established in your form's settings.
</Info>
