From 7df058de86ee5b0e866cb9215b5d772faaa2fc50 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Thu, 10 Apr 2014 13:29:28 +0000 Subject: [PATCH] Assign the $this->newInterest This is for the interest to go through to the email to Owner --- Toolkit/Contacts/ContactUs.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Toolkit/Contacts/ContactUs.php b/Toolkit/Contacts/ContactUs.php index 87d5f2c..daf22f8 100755 --- a/Toolkit/Contacts/ContactUs.php +++ b/Toolkit/Contacts/ContactUs.php @@ -1123,6 +1123,9 @@ $e[] = array( // sends a form through w/ different data but the same emil addy // the old users data can be completely wiped out. $existingContact = $this->contactExists($values['email']); + // setup newInterest aray with the interest values + // because their grouped can't be found with getElement('interest') + $this->newInterest = $values['interest']; if ($existingContact) { return $this->updateData($values); -- 2.17.1