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();