---
title: "WT Contact anywhere with fields Joomla 5+ free plugin - WebTolk websites development, Joomla Extensions"
description: "Insert Joomla contacts anywhere content plugin works. Create your own layouts in plugin's tmpl folder. It also shows a block of information about the author in Joomla articles."
url: "https://web-tolk.ru/en/dev/joomla-plugins/wt-contact-anywhere-with-fields"
date: "2026-06-12T13:23:39+00:00"
language: "en-GB"
---

![WT Contact anywhere with fields](https://web-tolk.ru/images/swjprojects/projects/83/en-GB/cover.webp)

---

# WT Contact anywhere with fields

- **Categories:** [Joomla plugins](https://web-tolk.ru/en/dev/joomla-plugins), [Joomla 4 - Joomla 6extensions](https://web-tolk.ru/en/dev/rasshireniya-dlya-joomla-4)
- **Version:** 1.1.1
- **Date:** 27 November 2025

4690 4721 CTR 99% Pack Free

[Download](https://web-tolk.ru/en/get?element=pkg_wtcontactwithfields)[Versions](https://web-tolk.ru/en/dev/joomla-plugins/wt-contact-anywhere-with-fields/versions)[GitHub](https://github.com/WebTolk/WT-Contact-with-fields-Joomla-5-package)[JED](https://extensions.joomla.org/extension/authoring-a-content/content-construction/wt-contact-anywhere-with-fields/)

Insert Joomla contacts anywhere. Use {wt_contact_wf contact_id=XXXX tmpl=XXXX} where you need to insert a contact with your own layout. Create your own layouts in plugin's tmpl folder. It also shows a block of information about the author in Joomla articles.

![WT Contact anywhere with fields](https://web-tolk.ru/images/swjprojects/projects/83/en-GB/icon.webp)

## Description

This plugin is needed to output information from the `com_contact` Joomla contacts component. For example, you have created a catalog of online courses on one of the e-commerce components or Joomla articles and you need to display information about the course teacher - You can use this plugin. The plugin allows you to display contact data with all standard fields, as well as data from user fields. To do this, create your own output layout in the `tmpl` folder of the plugin and specify it in the shortcode parameter.

The package consists of two plugins:

- **Content plugin** - processes shortcodes and displays information about the author in Joomla articles.
- **Editor button plugin** - allows you to conveniently search and select contacts in the modal window and insert a shortcode with the selected output layout

#### Minimum Joomla version

The minimum version of Joomla is Joomla 5. The plugins from the package will not work on Joomla 4.

### Information about the author of the article in Joomla

The content plugin can also display a block of information about the author of the article in the article and in the category of articles. You can specify a separate layout for each output. Previously, separate plugins were distributed that added additional fields to the user's profile and output data from them. However, Joomla has a plugin that creates a contact when a user registers. Also, when creating a contact, you can specify the corresponding Joomla user. Joomla can also display the author of the article as a link and this will be a link to the author's profile in the **Contacts component** or a link to the website from the profile or an email from the contact's profile.

The "Contacts" component allows you to specify a lot of information: address, phone numbers, email, position, photo (avatar), text "about yourself", etc. You can also add any number of custom fields to the component. But the standard Joomla plugin "Content Contact" will not allow you to display all this data.

This plugin also solves this problem.

### Plugin short code

`{ wt_contact_wf contact_id=XXXX tmpl=XXXX}`

Remove the space between `{` and `wt_contact_wf.`

### Parameters

 contact_idcontact id in the contacts component. Required parametertmplThe name of the output layout file in the `plugins/content/wtcontactwithfields/tmpl/` directory. Optional parameter

### For developers

For developers, the ability has been added to put the contact data associated with the author of the article in the `wtcontactwf` property.

```
<?php
 use Joomla\CMS\Event\AbstractEvent;
 use Joomla\CMS\Factory;

 $app = Factory::getApplication();
 $article = $app->bootComponent('com_content')
 		   ->getMVCFactory()
 		   ->createModel('Article','Site')
 		   ->getItem($app->getInput()->get('id'));
 $contentEventArguments = [
 		'context' => 'com_content.article',
 		'subject' => $article,
 		'params'  => $article->params,
 		'page'    => 0,
 ];

 $event = AbstractEvent::create('onContentPrepare', $contentEventArguments);
 $app->getDispatcher()->dispatch($event->getName(), $event)->getArgument('result', []);
 // Contact author data will be placed here
 dump($article->wtcontactwf);
```

## Joomla

 **Extension type:** Package **Package composition:** Plugin **Joomla version:** 5.0.0, 5.1.0, 5.2.0, 5.3.1, 6.0.1

## Gallery

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/83/en-GB/gallery/ZE2gpdeeCGg.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/83/en-GB/gallery/mx8IclVguzx.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/83/en-GB/gallery/s9NO4fOLcTO.webp)

![...](https://web-tolk.ru/en/dev/joomla-plugins/images/swjprojects/projects/83/en-GB/gallery/2Z18DoRHjkb.webp)

## What's new

 2025-11-27 13:03:51

Fixed

### Joomla 6

Improved compatibility with Joomla 6, bug fixes.

---

## Related extensions

[!\[WT Articles anywhere with fields\](https://web-tolk.ru/images/swjprojects/projects/16/en-GB/icon.jpg) WT Articles anywhere with fields](https://web-tolk.ru/en/dev/joomla-plugins/wt-articles-anywhere-with-fields)

[!\[WT JShopping products anywhere\](https://web-tolk.ru/images/swjprojects/projects/28/en-GB/icon.jpg) WT JShopping products anywhere](https://web-tolk.ru/en/dev/joomla-plugins/wt-jshopping-products-anywhere)

## JSON-LD Schema

```json
{
    "@context": "https://schema.org",
    "@type": "BreadcrumbList",
    "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://web-tolk.ru/en",
                "name": "Home"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://web-tolk.ru/en/dev",
                "name": "Joomla extensions"
            }
        },
        {
            "@type": "ListItem",
            "position": 3,
            "item": {
                "@id": "/en/dev/joomla-plugins",
                "name": "Joomla plugins"
            }
        },
        {
            "@type": "ListItem",
            "position": 4,
            "item": {
                "name": "WT Contact anywhere with fields"
            }
        }
    ]
}
```

```json
{
    "@context": "https://schema.org",
    "@graph": [
        {
            "@type": "Organization",
            "@id": "https://web-tolk.ru/#/schema/Organization/base",
            "name": "WebTolk",
            "url": "https://web-tolk.ru/",
            "logo": {
                "@type": "ImageObject",
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo",
                "url": "images/webtolk-1080p.jpg",
                "contentUrl": "images/webtolk-1080p.jpg",
                "width": 1920,
                "height": 1080
            },
            "image": {
                "@id": "https://web-tolk.ru/#/schema/ImageObject/logo"
            },
            "sameAs": [
                "https://github.com/WebTolk",
                "https://github.com/sergeytolkachyov",
                "https://vk.com/web_tolk",
                "https://vk.com/webtolkru",
                "https://tenchat.ru/sergeytolkachyov",
                "https://t.me/sergeytolkachyov",
                "https://t.me/webtolkru"
            ]
        },
        {
            "@type": "WebSite",
            "@id": "https://web-tolk.ru/#/schema/WebSite/base",
            "url": "https://web-tolk.ru/",
            "name": "WebTolk websites development, Joomla Extensions",
            "publisher": {
                "@id": "https://web-tolk.ru/#/schema/Organization/base"
            }
        },
        {
            "@type": "WebPage",
            "@id": "https://web-tolk.ru/#/schema/WebPage/base",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-contact-anywhere-with-fields",
            "name": "WT Contact anywhere with fields Joomla 5+ free plugin - WebTolk websites development, Joomla Extensions",
            "description": "Insert Joomla contacts anywhere content plugin works. Create your own layouts in plugin's tmpl folder. It also shows a block of information about the author in Joomla articles.",
            "isPartOf": {
                "@id": "https://web-tolk.ru/#/schema/WebSite/base"
            },
            "about": {
                "@id": "https://web-tolk.ru/#/schema/SoftwareApplication/base"
            },
            "inLanguage": "en-GB",
            "breadcrumb": {
                "@id": "https://web-tolk.ru/#/schema/BreadcrumbList/17"
            }
        },
        {
            "@type": "SoftwareApplication",
            "name": "WT Contact anywhere with fields",
            "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-contact-anywhere-with-fields",
            "description": "Insert Joomla contacts anywhere. Use  where you need to insert a contact with your own layout. Create your own layouts in plugin's tmpl folder. It also shows a block of information about the author in Joomla articles.",
            "applicationCategory": "Joomla plugins",
            "softwareVersion": "1.1.1",
            "downloadUrl": "https://web-tolk.ru/en/get?element=pkg_wtcontactwithfields",
            "image": "https://web-tolk.ru/images/swjprojects/projects/83/en-GB/icon.webp",
            "operatingSystem": "ANY",
            "interactionStatistic": [
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/DownloadAction",
                    "userInteractionCount": 4690
                },
                {
                    "@type": "InteractionCounter",
                    "interactionType": "https://schema.org/ViewAction",
                    "userInteractionCount": 4722
                }
            ],
            "mainEntityOfPage": {
                "@type": "WebPage",
                "url": "https://web-tolk.ru/en/dev/joomla-plugins/wt-contact-anywhere-with-fields"
            },
            "softwareRequirements": "Joomla",
            "applicationSubCategory": "Joomla plugins, Joomla 4 - Joomla 6extensions",
            "isAccessibleForFree": true
        }
    ]
}
```
