From f383c3a4325bc173b6f9676274bc19694be6f9c0 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Fri, 05 Jun 2026 16:49:44 +0000
Subject: [PATCH] =Modified the Feed Fields config in Registrar, to utilize the built in functionality there

---
 forms/partner.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/forms/partner.php b/forms/partner.php
index 0bae001..a1b9ed4 100644
--- a/forms/partner.php
+++ b/forms/partner.php
@@ -11,7 +11,7 @@
             'We got it.',
             'We\'ll get back to you as soon as we can - usually pretty quick (unless it\'s a Monday or a Tuesday)'
         ],
-        'email_subject' => '[Partner] Inquiry',
+        'email_subject' => '[Partner] Inquiry','preheader' => 'New message with the team at Legacy. Respond to this email with additional details.',
         'fields'        => [
             'name'     => [
                 'type'  => 'text',

--
Gitblit v1.10.0