---
title: "Importing and Exporting Forms - Convert Forms"
description: "Moving your Convert Forms across different websites is a quite possible scenario for multisite establishments. Let's see first how to export them. Ho"
url: "https://www.tassos.gr/docs/convert-forms/functionality/export-import-forms"
date: "2026-04-29T20:15:46+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Convert Forms ](https://www.tassos.gr/index.php?option=com_content&view=category&id=43) / [ Functionality ](https://www.tassos.gr/index.php?option=com_content&view=category&id=60)

#  Importing and Exporting Forms

Moving your Convert Forms across different websites is a quite possible scenario for multisite establishments. Let's see first how to export them.

## [How to export your Convert Forms](#how-to-export-your-convert-forms)

- Navigate to *Components &gt; Convert Forms &gt; Forms*
- Check the checkbox of each form that you'd like to export.
- Click the **Actions** button at the top bar and then click on **Export**. You should end up downloading a file with a .CNVF extension. The screenshot below should help visualize these two steps.

    ![convert forms export](https://www.tassos.gr/images/convert-forms-export.png)
- Now that we have the exported file with the forms inside it, let's move to the import step.

## [How to import your Convert Forms](#how-to-import-your-convert-forms)

- Navigate to *Components &gt; Convert Forms*
- Click the **Import** button on the Convert Forms Dashboard.
- Click **Browse** to find the exported file in your filesystem.
- Check the **Publish State** of the imported forms right below.
- Finally, click **Import**. The screenshot below should help visualize these last 3 steps.

[![convert forms import](https://www.tassos.gr/images/convert-forms-import.png)](https://www.tassos.gr/images/convert-forms-import.png)

 Last updated on Jul 31st 2025 08:07

## Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "name": "Home",
            "item": "https://www.tassos.gr"
        },
        {
            "@type": "ListItem",
            "position": 2,
            "name": "Home",
            "item": "https://www.tassos.gr/docs"
        },
        {
            "@type": "ListItem",
            "position": 3,
            "name": "Convert Forms",
            "item": "https://www.tassos.gr/docs/convert-forms"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Functionality",
            "item": "https://www.tassos.gr/docs/convert-forms/functionality"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Importing and Exporting Forms",
            "item": "https://www.tassos.gr/docs/convert-forms/functionality/export-import-forms"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/functionality/export-import-forms"
    },
    "headline": "Importing and Exporting Forms",
    "image": {
        "@type": "ImageObject",
        "url": "https://www.tassos.gr/"
    },
    "publisher": {
        "@type": "Organization",
        "name": "Tassos",
        "logo": {
            "@type": "ImageObject",
            "url": "https://www.tassos.gr/https://www.tassos.gr/media/brand/logo-text.png"
        }
    },
    "author": {
        "@type": "Person",
        "name": "Sotiris Katsaniotis",
        "url": "https://www.tassos.gr/docs/convert-forms/functionality/export-import-forms"
    },
    "datePublished": "2016-12-23T02:23:55+02:00",
    "dateCreated": "2016-12-23T02:23:55+02:00",
    "dateModified": "2025-07-31T08:55:23+03:00"
}
```
