From dfa0bebde5b2cbc784cdd14bedb1a5f77372c8fa Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 2 Sep 2014 13:06:07 -0400 Subject: [PATCH] Updates for the contact form. Add Streamsend settings. Setup contact types --- Toolkit/Contacts/config.ini | 2 +- config/application.ini | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Toolkit/Contacts/config.ini b/Toolkit/Contacts/config.ini index 19d3701..9f64955 100644 --- a/Toolkit/Contacts/config.ini +++ b/Toolkit/Contacts/config.ini @@ -11,4 +11,4 @@ sequence = "contact_id_seq" 1 = "Web Contact" 2 = "E-News" ;3 = "Travel Planner" -4 = "Visitor Guide" +;4 = "Visitor Guide" diff --git a/config/application.ini b/config/application.ini index a452e90..90d0e37 100644 --- a/config/application.ini +++ b/config/application.ini @@ -18,15 +18,15 @@ contactdb.html_email = "ON" ; STREAM SEND API ; Turn on the streamsend module to use with our contact application -contactdb.streamsend.application = Off +contactdb.streamsend.application = On ; Login id for the streamsend account -contactdb.streamsend.login = Off +contactdb.streamsend.login = "J01jwSGuu5nK" ; Transaction key for the streamsend account -contactdb.streamsend.key = Off +contactdb.streamsend.key = "6Te2uojLrWNNezPR" ; Streamsend account name -contactdb.streamsend.account_name = Off +contactdb.streamsend.account_name = "StIgnace Budget Host" ; Streamsend audience number -contactdb.streamsend.audience = Off +contactdb.streamsend.audience = 1 ; CONSTANT CONTACT API ; Constant Contact forms -- 2.17.1