---
title: "Module Loader Field - Advanced Custom Fields"
description: "Embed any existing module into your content. Save time and improve consistency across your pages."
url: "https://www.tassos.gr/docs/advanced-custom-fields/fields/module"
date: "2026-04-22T04:52:55+00:00"
language: "en-GB"
---

[ Home ](https://www.tassos.gr/index.php?option=com_content&view=category&layout=blog&id=24&Itemid=1088) / [ Advanced Custom Fields ](https://www.tassos.gr/index.php?option=com_content&view=category&id=44) / [ Fields Types ](https://www.tassos.gr/index.php?option=com_content&view=category&id=64)

#  Module Loader Field

##  Embed any existing module into your content. Save time and improve consistency across your pages.

 Module Loader Field is available in Pro  Unlock this and dozens of other powerful features by upgrading to Advanced Custom Fields Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/advanced-custom-fields/subscribe)

The Module custom field gives you the ability to choose a module out of a list which contains all of the modules of your Joomla website.[](#how_to_add_a_module_custom_field_to_joomla_articles)

## [How to add a Module Custom Field to Joomla! Articles](#how_to_add_a_module_custom_field_to_joomla_articles)

The Module field doesn't have any special characteristics as the only thing you do while creating it is to choose its Type as you can see from the screenshot below.

![acf-module-field-settings](https://www.tassos.gr/images/acf-module-field-settings.png)

## [Usage](#usage)

Once you are in your Article's Edit screen, choose the "Fields" Tab to see the Module custom field as you can see in the screenshot below.

![acf-module-field-usage](https://www.tassos.gr/images/acf-module-field-usage.png)

This selectbox contains all the modules of your Joomla website and you can fast search the one you want just as you type in.

## [Frontend Display](#frontend)

Take a look at the screenshot below to see how it could be displayed in your frontend.

![acf-module-field-frontend](https://www.tassos.gr/images/acf-module-field-frontend.png)

## [Frequently Asked Questions](#faq)

### [How can I override the layout of "ACF - Module Loader" custom field?](#how-can-i-override-the-layout-of-acf-module-loader-custom-field)

To override the "ACF - Module Loader" custom field, read here: [How to override the "ACF - Module Loader" custom field](https://www.tassos.gr/joomla-extensions/advanced-custom-fields/docs/how-to-create-an-alternative-layout-for-joomla-custom-fields#override_render_layout).

 Module Loader Field is available in Pro  Unlock this and dozens of other powerful features by upgrading to Advanced Custom Fields Pro.

 [ Unlock this feature ](https://www.tassos.gr/joomla-extensions/advanced-custom-fields/subscribe)

 Last updated on Mar 4th 2025 10:03

## 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": "Advanced Custom Fields",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields"
        },
        {
            "@type": "ListItem",
            "position": 4,
            "name": "Fields Types",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields/fields"
        },
        {
            "@type": "ListItem",
            "position": 5,
            "name": "ACF Module Loader - Display any module as Field in Joomla",
            "item": "https://www.tassos.gr/docs/advanced-custom-fields/fields/module"
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "Article",
    "mainEntityOfPage": {
        "@type": "WebPage",
        "@id": "https://www.tassos.gr/docs/advanced-custom-fields/fields/module"
    },
    "headline": "ACF Module Loader - Display any module as Field in Joomla",
    "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/advanced-custom-fields/fields/module"
    },
    "datePublished": "2017-05-06T00:41:56+03:00",
    "dateCreated": "2017-05-06T00:41:56+03:00",
    "dateModified": "2025-03-04T10:30:15+02:00"
}
```

```json
{
    "@context": "https://schema.org",
    "@type": "FAQPage",
    "mainEntity": [
        {
            "@type": "Question",
            "name": "How can I override the layout of "ACF - Module Loader" custom field?",
            "acceptedAnswer": {
                "@type": "Answer",
                "text": "To override the "ACF - Module Loader" custom field, read here: How to override the "ACF - Module Loader" custom field."
            }
        }
    ]
}
```
