View Single Post
  #2  
Old 01-15-2007, 10:42 AM
 
1day2004 1day2004 is offline
 

Senior Member
  
Join Date: Dec 2004
Posts: 115
 

Default Re: Intellicontact Integration for x-cart

This is great. Thanks.

I have created a custom field in IntelliContact called 'Group' and want all customers who get added to the list using this method be called Group '1'.

Which of these codes would work, if any?

1.
Code:
"group" => $userinfo['1']

2.
Code:
"group" => ['1']

3.
Code:
"group" => '1'
__________________
Version 4.0.8 Live
Reply With Quote