---
title: "Managing Form Submissions - Convert Forms"
description: "Every time someone submits one of your forms, Convert Forms stores the entry so you can review it later. The Submissions list in the backend is where"
url: "https://www.tassos.gr/docs/convert-forms/submission-management/guide"
date: "2026-06-22T14:35:01+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) / [ Submission Management ](https://www.tassos.gr/index.php?option=com_content&view=category&id=150)

#  Managing Form Submissions

Every time someone submits one of your forms, Convert Forms stores the entry so you can review it later. The Submissions list in the backend is where all of that lives: you can read entries, edit them, search and filter, change which columns you see, delete what you don't need, and export everything to a file.

## [Editing Form Submissions](#editing-form-submissions)

Need to fix a typo in someone's entry, add an internal note, or change a submission's status? You can open any submission and edit it directly from the backend. Just head to the Submissions list and click the submission's ID.

The edit screen shows the data the visitor submitted, a status selector, an internal notes field for your team, and read-only details like IP, country, device, and the page the form was submitted from.

 Read more: [Editing Form Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/edit)

## [Submission Tracking Data](#submission-tracking-data)

Beyond the values people type in, Convert Forms automatically records context about every submission: where the visitor came from, the campaign that brought them in, their device, and their location. No hidden fields or extra setup required.

You can view this data on each submission, show it as columns in the list, or include it in an export.

 Read more: [Submission Tracking Data](https://www.tassos.gr/docs/convert-forms/submission-management/tracking)

## [Searching and Filtering Submissions](#searching-and-filtering-submissions)

Once you've collected a few hundred entries, scrolling isn't an option. Convert Forms gives you four filters to narrow the list down fast: by period, by form, by keyword, and by status.

You can combine them to answer questions like "show me all submissions for the Contact form from last month that are still unpublished."

 Read more: [Searching and Filtering Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/search-filter)

## [Customizing Submission Columns](#customizing-submission-columns)

The Submissions list doesn't have to show every field. With the Columns picker you decide exactly which columns appear, in what order. Show the fields you care about, hide the rest, and drag them into the order that makes sense for you.

Your layout is saved per form and remembered across sessions, so the list always looks the way you left it.

 Read more: [Customizing Submission Columns](https://www.tassos.gr/docs/convert-forms/submission-management/customize-columns)

## [Deleting Form Submissions](#deleting-form-submissions)

Spam entries, test submissions, or data you no longer need can be removed. Convert Forms uses a two-step approach: trash first (reversible), then empty the trash to delete permanently.

 Read more: [Deleting Form Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/delete)

## [Importing Form Submissions](#importing-form-submissions)

Convert Forms doesn't import submissions through the interface, but if you're migrating data from another site or system, you can insert it straight into the database with a tool like phpMyAdmin.

 Read more: [Importing Form Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/import)

## [Exporting Form Submissions](#exporting-form-submissions)

Need your submissions outside of Joomla? Export them to a CSV or JSON file to import into a CRM, a spreadsheet, or any other system. You choose the form, the period, the status, and exactly which columns end up in the file.

 Read more: [Exporting Form Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/export)

 Last updated on Jun 22nd 2026 15:06

## 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": "Submission Management",
            "item": "https://www.tassos.gr/docs/convert-forms/submission-management"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Managing Form Submissions",
            "item": "https://www.tassos.gr/docs/convert-forms/submission-management/guide"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/submission-management/guide"
    },
    "headline": "Managing Form Submissions",
    "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": "Tassos Marinos",
        "url": "https://www.tassos.gr/docs/convert-forms/submission-management/guide"
    },
    "datePublished": "2026-06-22T08:21:08+03:00",
    "dateCreated": "2026-06-22T08:21:08+03:00",
    "dateModified": "2026-06-22T15:26:21+03:00"
}
```
