---
title: "Editing Submissions - Convert Forms"
description: "Sometimes a submission needs a quick fix. A visitor mistyped their email, you want to record a follow-up note, or you need to mark an entry as handled"
url: "https://www.tassos.gr/docs/convert-forms/submission-management/edit"
date: "2026-06-22T14:35:32+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)

#  Editing Submissions

Sometimes a submission needs a quick fix. A visitor mistyped their email, you want to record a follow-up note, or you need to mark an entry as handled. Convert Forms lets you open any submission and edit it directly in the backend, no database access required.

Editing changes the stored values only. It doesn't re-send notifications or re-trigger any integrations that ran when the form was originally submitted.

## [How to edit a submission](#how-to-edit-a-submission)

1. Log into your Joomla backend.
2. Go to **Components -&gt; Convert Forms -&gt; Submissions**.
3. Find the submission you want to edit. Use the filters at the top if the list is long (see [Searching and Filtering Submissions](https://www.tassos.gr/docs/convert-forms/submission-management/searching-filtering-submissions)).
4. Click the submission's **ID** link in its row. This opens the edit screen.

 ## [What you can edit](#what-you-can-edit)

The edit screen is split into a few cards.

**User Submitted Data**

These are the actual values the visitor entered, one field per row. Change any value and it updates the stored submission.

**Internal Notes**

A private notes field for your team. Use it to record follow-ups, context, or anything useful. Notes are never shown to the visitor and stay attached to the submission.

**Status**

Set the submission's state: Published, Unpublished, Archived, or Trashed. This is the same status used by the list filters, so changing it here moves the submission between views.

**Submission Details**

Read-only information Convert Forms captures automatically the moment the form is submitted. You can't edit these values, but they give you context about who submitted, from where, and on what. Most rows have a copy button so you can grab a value in one click.

 | Detail | What it is | How it helps you |
|---|---|---|
| ID | The submission's unique number. | Reference a specific entry, link to it, or look it up with the `id:` search syntax. |
| Visitor ID | An anonymous identifier for the visitor's browser. | Spot repeat submitters and tie multiple submissions back to the same person, even across different forms. |
| Created | Date and time the form was submitted. | Know exactly when a lead came in. |
| Modified | Date and time the submission was last edited. | See whether (and when) someone on your team changed the entry. |
| IP | The visitor's IP address. | Identify spam, duplicates, or roughly where a submission came from. Hidden if you've disabled IP storage in the Convert Forms configuration. |
| Country Name | Country resolved from the IP address. | Add geographic context to a lead without reading raw IPs. |
| Device | Desktop, mobile, or tablet. | Understand how people reach your forms and whether mobile users convert. |
| Browser | The browser used (Chrome, Safari, etc.). | Reproduce display or submission issues a visitor reported. |
| OS | The operating system (Windows, macOS, iOS, Android, etc.). | More context for troubleshooting and audience insight. |
| Page Title | Title of the page the form was submitted from. | Know which page produced the lead when the same form sits on several pages. |
| Source URL | The URL of the page where the form was submitted. | Pinpoint the exact page that converted. |
| Referrer URL | The page the visitor was on before they landed on your form. | Trace where your traffic and leads are coming from for attribution. |
| User Agent | The raw browser and device identification string. | Dig into the technical details when investigating spam or odd submissions. |

(The IP and Country rows depend on IP storage being enabled in the Convert Forms configuration.)

 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": "Editing Submissions",
            "item": "https://www.tassos.gr/docs/convert-forms/submission-management/edit"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/submission-management/edit"
    },
    "headline": "Editing 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/edit"
    },
    "datePublished": "2026-06-22T07:26:10+03:00",
    "dateCreated": "2026-06-22T07:26:10+03:00",
    "dateModified": "2026-06-22T15:19:54+03:00"
}
```
