From 4a34e2eefb1e408cfbdc4eaf7c0cbb4a58731114 Mon Sep 17 00:00:00 2001 From: "promptless[bot]" Date: Wed, 24 Jun 2026 11:12:06 +0000 Subject: [PATCH] Document form: contact search filter Add the new form:{form_alias} filter to the Contacts search filters list, introduced in mautic/mautic#16355. Users can filter the contact list to those who submitted a specific form by its alias. --- docs/search/search_operators.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/search/search_operators.rst b/docs/search/search_operators.rst index 1d2f923fd..f0848be79 100644 --- a/docs/search/search_operators.rst +++ b/docs/search/search_operators.rst @@ -66,6 +66,7 @@ Contacts search filters common:{segment_alias} + {segment_alias} + ... tag:* stage:* + form:{form_alias} (Contacts who submitted the Form with this alias) email_sent:EMAIL_ID email_read:EMAIL_ID email_queued:EMAIL_ID