From: Steve Sutton Date: Tue, 29 Jul 2014 20:17:25 +0000 (-0400) Subject: streamsend X-Git-Tag: v1.1.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=5b7ea7dd8e089fb2c46482f1cbcdbb88600eeffe;p=web%2FBigFore.git streamsend pass contact_type --- 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); }