---
title: "Overriding Form and Fields layouts - Convert Forms"
description: "Convert Forms allows you to override any template you desire and customize it to fit the look of your site. How to override the form layout You can"
url: "https://www.tassos.gr/docs/convert-forms/developers/override-form-ands-layouts-in-your-template"
date: "2026-04-12T16:03:02+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) / [ Developers ](https://www.tassos.gr/index.php?option=com_content&view=category&id=61)

#  Overriding Form and Fields layouts

Convert Forms allows you to override any template you desire and customize it to fit the look of your site.

## [How to override the form layout](#override_the_form_layout)

You can customize the form appearing on your Forms by following the steps below:

- Navigate to */administrator/components/com\_convertforms/layouts/*
- Copy the file named *form.php*
- Go to /templates/YOUR\_TEMPLATE/html/layouts/com\_convertforms/
    - **Note:** You must create the com\_convertforms folder if it does not exist in your layouts folder.
- Paste the file you just copied.
- Customize it and see your changes live on your site.

## [How to override a field layout](#override_a_field_layout)

Apart from customizing the form layout, you can also customize how the fields appear in your form. To do so please follow the steps listed below:

- Navigate to */administrator/components/com\_convertforms/layouts/fields/*
- Copy the field you want to edit (i.e. *submit.php*)
- Go to /templates/YOUR\_TEMPLATE/html/layouts/com\_convertforms/fields/
    - **Note:** You must create the com\_convertforms and fields folder if it does not exist in your layouts folder.
- Paste the file you just copied.
- Customize it and see your changes live on your site.

 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": "Developers",
            "item": "https://www.tassos.gr/docs/convert-forms/developers"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "Overriding Form and Fields layouts",
            "item": "https://www.tassos.gr/docs/convert-forms/developers/override-form-ands-layouts-in-your-template"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/convert-forms/developers/override-form-ands-layouts-in-your-template"
    },
    "headline": "Overriding Form and Fields layouts",
    "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": "Stergos Zamagias",
        "url": "https://www.tassos.gr/docs/convert-forms/developers/override-form-ands-layouts-in-your-template"
    },
    "datePublished": "2019-11-01T13:36:14+02:00",
    "dateCreated": "2019-11-01T13:36:14+02:00",
    "dateModified": "2024-11-26T12:28:42+02:00"
}
```
