From fc30bf4ce0fccd9f7730e2d4ec0a78d1a77a4638 Mon Sep 17 00:00:00 2001 From: Kurtis Holsapple Date: Wed, 21 May 2025 08:30:27 -0700 Subject: [PATCH] contact us --- tpl-contact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tpl-contact.php b/tpl-contact.php index fbabe2f..1636650 100644 --- a/tpl-contact.php +++ b/tpl-contact.php @@ -15,6 +15,7 @@ echo site()->render("contact", [ "zip" => get_field("zip", "options"), "phone_1" => get_field("phone_1", "options"), "phone_2" => get_field("phone_2", "options"), + "contact_email" => get_field("contact_email", "options"), ]); get_footer();