streamsend
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jul 2014 20:17:25 +0000 (16:17 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 29 Jul 2014 20:17:25 +0000 (16:17 -0400)
pass contact_type

priceQuoteForm.inc

index d2812e4..45939c4 100644 (file)
@@ -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);
             }