# Export and import forms

### 🟩 Exporting a form

**Steps**

1. Open the app > click **Forms** > select the form you want
2. Click **More actions** icon > **Export selected form(s)**&#x20;
3. A `.json` file will download to your device. This file contains your entire form structure and settings.

<figure><img src="/files/XhJbneD6S6GZb3Gegvvh" alt=""><figcaption></figcaption></figure>

### 🟦 Import a form

**Steps**&#x20;

1. Open the app > click **Forms**
2. Click **Import** form text, a popup will appear
3. Click **Add File** and upload the `.json` file you previously exported
4. Click **Import**.

Your form will instantly appear in the **Forms** list.

<figure><img src="/files/IFthUQ1d52PhG5xXXPpJ" alt=""><figcaption></figcaption></figure>

### ⚠️ Important Notes

#### 🔁 Form IDs Change in New Stores

When you import a form into a different Shopify store, the form will receive a **new Form ID**.\
This means:

* Any old embed codes will no longer work
* You must copy & use the **new Form ID** when embedding the form
* Replace old shortcodes, app blocks, and custom code references

This prevents ID conflicts and ensures forms work correctly on the new store.

***

#### 🔐 Form content only (no submissions)

Importing a form brings over form structure, layout, fields, settings, but does NOT import past submissions.

***

#### 🎨 Theme settings (App Blocks) not included

If you used app blocks or theme customizations on the old store, you’ll need to re-add the form to templates/pages in the new store.


---

# 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.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/some-features-guide/export-and-import-forms.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.
