I wrote a web form. It seems to work because I get a mail with all information.
My problem is that these information are not transmitted into "vtiger".
The plugin "CURL" is activated.
Does anybody knows a solution ?
Joerg
Hi gavner,
it works fine.
See the Atachment.
Combine the info at this link:
http://www.digitalbuz.com/2010/02/04/joomla-vtiger-crm-integration-using-chronoforms/
With the following information from vTiger/me:
Secure posting of form from CF CURL to vTiger needs the following:
1. Check your variable ]$application_unique_key under the vTiger CRM root directory file: config.inc.php
2. Add appKey=youruniqueapplicationhere to the CF CURL Extra field (see point 7 in the link above) on a new row
3. Activate the security by setting vTiger WebForms config file correctly:
$enableAppKeyValidation = true (this is set by default but please check...)