Hi,
I have two different fields (1st is Text Area and 2nd is CheckBoxes Group) in chrono forms.
Is it possible to map these two fields to 'description' field in vtiger.? (Data from these two fields should go to description field in vtiger)
-Abhijit
I have two different fields (1st is Text Area and 2nd is CheckBoxes Group) in chrono forms.
Is it possible to map these two fields to 'description' field in vtiger.? (Data from these two fields should go to description field in vtiger)
-Abhijit
Hi Abhijit,
Yes, you can use a Custom Code action before the cURL action to create a new $form->data variable combining the two.
Please see this FAQ which is about creating an email Subject but the method is identical.
Bob
Yes, you can use a Custom Code action before the cURL action to create a new $form->data variable combining the two.
Please see this FAQ which is about creating an email Subject but the method is identical.
Bob
Thanks a lot Bob
-Abhijit
-Abhijit
This topic is locked and no more replies can be posted.