---
title: "Displaying Forms on Your Site - Convert Forms"
description: "Convert Forms provides three methods for displaying forms on the front end. This article will explain each method to publish a form on your site easil"
url: "https://www.tassos.gr/docs/convert-forms/start/display-a-form-on-frontend"
date: "2026-05-01T10:54:48+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)

#  Displaying Forms on Your Site

Convert Forms provides three methods for displaying forms on the front end. This article will explain each method to publish a form on your site easily.

## [Using the Form Menu Type](#menu)

To create a menu item that displays a form, go to your menu, press "New" &gt; Locate "Convert Forms," and then select "Form."

![create convert form menu item](https://www.tassos.gr/images/load-cf-via-menu-type-select.png)

Then go to Options &gt; "Select Form" and select the form you wish to display on the front-end of your site.

![select convert form menu item](https://www.tassos.gr/images/load-cf-via-menu-type-select-form.png)

Finally, save the menu item, and on your site, you can navigate to the menu item you created, which should display the form you have selected.

## [Using the Convert Forms Module](#module)

Below you will find all the necessary steps to create a module that will contain a form.

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

- Navigate to **Extensions** -&gt; **Modules**
- Click **New** to create a new module
- Choose **Convert Forms** from the Module Type list
- Type a **Title** for your Module
- Choose the form from the select box and assign it to whichever page you'd like
- Click **Save &amp; Close,** and you are done!

 If you're using **Conservative** or **Progressive** **Cache** and you have dynamic content in your form, such as [Smart Tags](https://www.tassos.gr/docs/convert-forms/features/smart-tags) or fields populated with code, you must set the module's **Caching** option to **No Caching** to prevent outdated content.

## [Using Form's Shortcode](#shortcode)

A form can also be loaded using the `{convertforms ID}` shortcode. Where you substitute the 'ID' part with the ID of the form you are interested in. Like all of Joomla's shortcodes, you can use it inside a content article or a module with Custom HTML.

 If you're using **Conservative** or **Progressive** **Cache** and you have dynamic content in your form, such as [Smart Tags](https://www.tassos.gr/docs/convert-forms/features/smart-tags) or fields populated with code, you may face issues with outdated content. To fix this, visit the [Troubleshooting Form Rendering Issues with Joomla Cache](https://www.tassos.gr/docs/convert-forms/troubleshoot/cache)

 Last updated on Oct 20th 2025 08:10

## 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": "Displaying Forms on Your Site",
            "item": "https://www.tassos.gr/docs/convert-forms/start/display-a-form-on-frontend"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/start/display-a-form-on-frontend"
    },
    "headline": "Displaying Forms on Your Site",
    "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/start/display-a-form-on-frontend"
    },
    "datePublished": "2016-11-21T12:50:47+02:00",
    "dateCreated": "2016-11-21T12:50:47+02:00",
    "dateModified": "2025-10-20T08:49:40+03:00"
}
```
