From cb80bd505cd2e683721b93ad648ac494b7340843 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 17 Jun 2026 13:17:35 +0000 Subject: [PATCH] Document Tag removal confirmation and expandable Tags tile on Contact detail page --- docs/contacts/tags.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/contacts/tags.rst b/docs/contacts/tags.rst index 3c44a4fa..5b48e80b 100644 --- a/docs/contacts/tags.rst +++ b/docs/contacts/tags.rst @@ -63,6 +63,17 @@ You can also add or remove Tags from Contacts using the tracking script or track .. vale off +Viewing and removing Tags on a Contact +************************************** + +.. vale on + +A Contact's Tags appear on the Contact's detail page in a dedicated Tags tile. If a Contact has 8 or fewer Tags, the tile shows all of them. If a Contact has more than 8, the tile shows the first 8 and becomes expandable - use the control on the tile to view the remaining Tags. + +To remove a Tag from the Contact's detail page, click the **x** icon on the Tag. Mautic displays a confirmation dialog asking 'Are you sure you want to remove this tag from the contact?'. Click **Confirm** to remove the Tag, or **Cancel** to keep it. This confirmation step prevents you from accidentally removing a Tag with a single click. + +.. vale off + Using Tags in Campaigns ***********************