Hi,
sorry but I do not speak English well.
I created a form with ChronoForms that allows me to insert Leads in vtiger with the Webform.
Creating a common form, with the action "http://localhost/vtigercrm/modules/Webforms/post.php" everything works fine and the leads are inserted into vtiger.
I need of use cURL to send the request and the inclusion of Lead on vtiger.
In "onSubmit" in the tab "Events", I added an event CURL configured this way:
Target URL: http://localhost/vtigercrm/modules/Webforms/post.php
Header in response ?: No
Params/Fields map: moduleName=Leads
I tried in every way but I can not get it to work ... where am I wrong?
PS:
Curl is installed correctly on my webserver, I've used on other occasions and working normally
thank you very much
sorry but I do not speak English well.
I created a form with ChronoForms that allows me to insert Leads in vtiger with the Webform.
Creating a common form, with the action "http://localhost/vtigercrm/modules/Webforms/post.php" everything works fine and the leads are inserted into vtiger.
I need of use cURL to send the request and the inclusion of Lead on vtiger.
In "onSubmit" in the tab "Events", I added an event CURL configured this way:
Target URL: http://localhost/vtigercrm/modules/Webforms/post.php
Header in response ?: No
Params/Fields map: moduleName=Leads
I tried in every way but I can not get it to work ... where am I wrong?
PS:
Curl is installed correctly on my webserver, I've used on other occasions and working normally
thank you very much