Jump to content
X2Community Forums

Search the Community

Showing results for tags 'trackingkey'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Information
    • Announcements
  • Support
    • Community Support
    • Installation Help
    • Feature Requests
    • Bug Reports
    • X2CRM Premium Support
  • Discussion
    • General Discussion
    • Development
    • X2 Webcasts
    • Web Lead Capture
    • Sales Force Automation
    • Customer Service
    • Marketing
    • Administration
    • Products & Quotes
  • International
    • Internationalization (I18N)
    • Language Packs
    • Deutsche
    • Portuguese
    • Francais
    • Russian
    • EspaƱol
    • Chinese

Categories

  • X2Engine Source
  • Internationalization (I18N) Packs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 1 result

  1. I am trying to build a web lead capture script using the example code (from the wiki). The Contact is created as advertised except for trackingKey. It is never populated. Any guidance would be appreciated. open-source version 8.5 <?php require 'APIModel.php'; $attributes = $_POST; $contact = new APIModel('admin','7uoHGRIBlb0lKym56ieiDf3c7idzCCP7','www.host.domain/path/to/x2'); $fieldMap = array( // This map should be of the format 'your_fieldname'=>'x2_fieldname', 'first_name'=>'firstName', 'last_name'=>'lastName', 'mobile'=>'phone2', 'information'=>'backg
×
×
  • Create New...