projects
/
web
/
BigFore.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545c942
)
streamsend
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 29 Jul 2014 20:17:25 +0000
(16:17 -0400)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 29 Jul 2014 20:17:25 +0000
(16:17 -0400)
pass contact_type
priceQuoteForm.inc
patch
|
blob
|
history
diff --git
a/priceQuoteForm.inc
b/priceQuoteForm.inc
index
d2812e4
..
45939c4
100644
(file)
--- 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);
}