---
title: "Display Form Submissions on the Front-End - Convert Forms"
description: "Would you like to let users submit a form and display their submissions in a table on your front end? In this guide, you will learn how to make that h"
url: "https://www.tassos.gr/docs/convert-forms/start/display-form-submissions-on-front-end"
date: "2026-04-24T20:53:51+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) / [ Getting Started ](https://www.tassos.gr/index.php?option=com_content&view=category&id=58)

#  Display Form Submissions on the Front-End

Would you like to let users submit a form and display their submissions in a table on your front end? In this guide, you will learn how to make that happen with the help of the Convert Forms Submissions Menu Type.

## [How to show form submissions on the front end](#menu_item)

Convert Forms Submissions can be displayed on the front end via the Submissions Menu Type available in the Menu Manager in your backend. Go to the Menu Manager, click to create a New Menu Item, and select Convert Forms » Submissions,» as shown in the picture below.

![Display Form Submissions on Front End Menu Item Selection](https://www.tassos.gr/images/convertforms_submissions_menutype1.png)

Next, in the Options tab, select the form you would like to display the submissions from. Lastly, using the **Show Submissions From** option, you can select to filter the submissions by the user who submitted the form

![Display Form Submissions on Front End Edit Settings](https://www.tassos.gr/images/convertforms_submissions_menutype2.png)

After you save your Menu Item and you access it on the front-end, you will be able to see the default layout, which consists of a table list view and a link to the detailed page of each submission.

![Display Form Submissions on Front End](https://www.tassos.gr/images/convertforms_submissions_menutype3.png)

## [How to ensure a user sees own submissions only](#own_submissions_only)

You don't want to run into unexpected suprises and learn someday that a user was able to access information submitted by other users. To make sure a user can see own submissions only, set the **Show Submissions From** option to **Logged-in User**.

![Display Form Submissions on Front End Show own submissions Only](https://www.tassos.gr/images/convertforms_submissions_menutype4.png)

## [How to add a search bar to search submissions](#search_submissions)

To add a search bar and let your users search through submissions, go into your Convert Forms - Submissions menu item &gt; Layouts &gt; enable **Show Search**.

![Display Form Submissions on Front End Show Search Bar](https://www.tassos.gr/images/convertforms_submissions_menutype_search_form_enable.png)

Once you enable this setting, save your menu item, and go into your submissions list page. You should now see a search bar appearing above the results.

![Display Form Submissions on Front End Search Bar](https://www.tassos.gr/images/convertforms_submissions_menutype_search_form.png)

## [Frequently Asked Questions](#faq)

Below, you can find a list of frequently asked questions about the Front-end Submissions feature.

### [Can I override the submission list template?](#can-i-override-the-submission-list-template)

If you need more control over what's displayed on the submissions list page, you can override the layout and customize it as per your needs.

You can do so by copying file /components/com\_convertforms/views/submissions/tmpl/default\_list.php over to templates/YOUR\_TEMPLATE/html/com\_convertforms/submissions/list.php, where YOUR\_TEMPLATE is the name of your template and selecting the new template from the Convert Forms Submissions Menu Item &gt; Layouts &gt; Select Template.

### [Can I override the submission's details template?](#can-i-override-the-submission-s-details-template)

To customize the submission's detail page, you can override the layout and edit it to suit your needs.

You can do so by copying the file /components/com\_convertforms/views/submission/tmpl/default.php over to templates/YOUR\_TEMPLATE/html/com\_convertforms/submission/default.php, where YOUR\_TEMPLATE is the name of your template.

### [Is it possible to edit a submission on the front-end?](#is-it-possible-to-edit-a-submission-on-the-front-end)

This feature is on the plans and will be supported in a future release.

### [Can I search the submissions on the front-end?](#can-i-search-the-submissions-on-the-front-end)

Of course. To enable the search bar and allow your users to search through your submissions, read more [here](#search_submissions).

### [Can I display submissions in a module?](#can-i-display-submissions-in-a-module)

This feature is on the plans and will be supported in a future release.

 Last updated on Nov 26th 2024 12:11

## 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": "Getting Started",
            "item": "https://www.tassos.gr/docs/convert-forms/start"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Display Form Submissions on the Front-End",
            "item": "https://www.tassos.gr/docs/convert-forms/start/display-form-submissions-on-front-end"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/start/display-form-submissions-on-front-end"
    },
    "headline": "Display Form Submissions on the Front-End",
    "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/start/display-form-submissions-on-front-end"
    },
    "datePublished": "2019-10-31T20:34:27+02:00",
    "dateCreated": "2019-10-31T20:34:27+02:00",
    "dateModified": "2024-11-26T12:57:27+02:00"
}
```
