From 5b7ea7dd8e089fb2c46482f1cbcdbb88600eeffe Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 29 Jul 2014 16:17:25 -0400 Subject: [PATCH] streamsend pass contact_type --- priceQuoteForm.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/priceQuoteForm.inc b/priceQuoteForm.inc index d2812e4..45939c4 100644 --- a/priceQuoteForm.inc +++ b/priceQuoteForm.inc @@ -684,6 +684,7 @@ class ActionProcess extends HTML_QuickForm_Action if (defined('STREAMSEND_FORMS_API') && STREAMSEND_FORMS_API) { // call the streamsends API to send contact to stream send $streamSend = new Toolkit_LeadManager_Affiliates_StreamSend(); + $values['contact_type'] = 'Price Quote Request'; $streamSend->addContact($values); } -- 2.17.1