# Set the Custom Design Form as the Initial Screen

If you have created and embedded a Custom Design Form in your customiser, you can set it as the initial screen, replacing the default sign visualiser.

- Source URL: https://www.signcustomiser.com/help/ai-sign-designer/set-the-custom-design-form-as-the-initial-screen/
- Markdown URL: https://www.signcustomiser.com/help/ai-sign-designer/set-the-custom-design-form-as-the-initial-screen.md
- Category: AI Sign Designer
- Last updated: 2026-03-12

## Article

If you have created and embedded a **Custom Design Form** in your customiser, you can set it as the **initial screen**, replacing the default sign visualiser.

## How to Enable in Shopify

<iframe src="https://www.loom.com/embed/377db70315824b8884a64c5712a1a7e3" frameborder="0" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen="" allow="autoplay; fullscreen; picture-in-picture; encrypted-media"></iframe>

1.  Log in to your **Shopify Admin**.

2.  In the left-side menu, go to **Sales Channels** → **Online Store**.

3.  Click **Customise** on your active theme.

4.  Select the **product** or **page template** that includes your customiser from the dropdown at the top.

5.  Click on the **Sign Customiser** app block.

6.  In the **Initial Screen** dropdown, select **Custom Design**.

    ![](/help/intercom-docs/help-centre-images/7252abb5c33911eb01171ba5551d3b075a8a04ad9d4aa017d89082e6707e53b8.png)

## How to Enable in the Universal App

For **Universal subscribers**, set the **Custom Design Form** as the initial screen by updating your iframe code. Add the `initial_screen=CUSTOM_DESIGN` query parameter to your URL.

**Note:** Replace `"YOUR_CUSTOMISER_ID"` with your actual customiser ID.

### Example:

#### Before:

```html
<iframe src="<https://web.signcustomiser.com/embed/YOUR_CUSTOMISER_ID>"></iframe>
```

#### After:

```html
<iframe src="<https://web.signcustomiser.com/embed/YOUR_CUSTOMISER_ID?initial_screen=CUSTOM_DESIGN>"></iframe>
```
