From 3f53ee1a0d5b1bf221edbbfd574a2f4f03738e6c Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 14 Apr 2017 13:11:57 -0400 Subject: [PATCH] Update email and add GA Adding google analytics. Change the email to from info @ and to of giveaway@mackinawcity.com --- index.html | 14 ++++++++++++-- scripts/form-u271.php | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 9de1790..9bf3160 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + - + Mackinaw Area Visitors Bureau @@ -25,6 +25,16 @@ if(typeof Muse == "undefined") window.Muse = {}; window.Muse.assets = {"required + diff --git a/scripts/form-u271.php b/scripts/form-u271.php index 69835b5..3c10ff5 100644 --- a/scripts/form-u271.php +++ b/scripts/form-u271.php @@ -27,8 +27,8 @@ $form = array( 'unknown_method' => 'Unknown server request method' ), 'email' => array( - 'from' => 'jodie@gaslightmedia.com', - 'to' => 'jodie@gaslightmedia.com' + 'from' => 'info@mackinawcity.com', + 'to' => 'giveaway@mackinawcity.com' ), 'fields' => array( 'custom_U294' => array( -- 2.17.1