# Configure post loader

## What is a post-loader page?

A post-loader page allows you to display **custom information to the users after they submit a form**. This is generally used to display thank you messages after form submission. This screen will always have a button to digitally prompt the user to take the required action.

You can either **create your own custom post-loader screen** or **provide a URL of an external HTML** that needs to be displayed prior to accessing the form.

### How to create your own post-loader page?

To create a custom post-loader page,

1\.    In the **Settings** screen, from the left pane, select **Configure post loader**.

The **Apply consequent page on this form** screen is displayed in the right pane.

![](/files/ecSgrElP30F9rSDX75GK)

2\.    In the right pane, select **Create your own postloader page**.

The settings for configuring your own post-loader page are displayed.

![](/files/ltSFFE8jIMz8oBBGg5at)

3\.    In the text area, enter the text that you want to be displayed in the post-loader page.

{% hint style="info" %}
Use the rich text editor for formatting the text in the text area.
{% endhint %}

4\.    Enter the following details:

| Field                                               | Description                                                                                                                                   |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Primary button name\*                               | <p>Enter a name for the button that will prompt the user to take an action</p><p><em><strong>Note</strong>: This field is mandatory.</em></p> |
| Secondary button name                               | If you want to give a second option for the user to take action, enter the name of the second button                                          |
| Show this HTML to user every time before submission | Select this if you want to display this post-loader page every time a user submits the form                                                   |
| Show this HTML to user one time before submission   | Select this if you want to display the pre-loader page only when the user submits the form for the first time                                 |

5\.    At the bottom right of the screen, click **Create Form** or **Update Form**.

![](/files/yzaDIYnEr40KaQ0vIlXv)

Based on the settings above, your custom post-loader page is created and will be displayed when they submit the form for the first time.

## How to use an existing HTML as a page-loader?

To use an existing HTML as a post-loader page,

1\.    In the **Settings** screen, from the left pane, select **Configure post loader**.

The **Apply post-loader on this form** screen is displayed in the right pane.

![](/files/0INjDZv8xqQlw156VoM1)

2\.    In the right pane, select **provide any other HTML URL**.

The settings for configuring an external HTML as a post-loader page are displayed.

![](/files/CFOpD6yLSXlyN7aUyI4q)

3\.    Enter the following details:

| Field                                               | Description                                                                                                                                   |
| --------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Provide any other HTML URL                          | Enter the URL of the external HTML page that you want to display as a post-loader page                                                        |
| Primary button name\*                               | <p>Enter a name for the button that will prompt the user to take an action</p><p><em><strong>Note</strong>: This field is mandatory.</em></p> |
| Secondary button name                               | If you want to give a second option for the user to take action, enter the name of the second button                                          |
| Show this HTML to user every time before submission | Select this if you want to display this pre-loader page every time a user submits the form                                                    |
| Show this HTML to user one time before submission   | Select this if you want to display the pre-loader page only when the user submits the form for the first time                                 |

4\.    At the bottom right of the screen, click **Create Form** or **Update Form**.

![](/files/NRWpI3ZsW3ovXyleez1M)

Based on the settings above, the content of the external HTML page will be displayed every time after the user submits the form.

![](/files/t7XQgyt5FJa977uMeaf9)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.senpiper.com/form-builder/creating-forms/additional-form-settings/configure-post-loader.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
