Hi
I am using chronoforms together with the curl plugin to send the data captured to zoho crm (web2lead). All my fields are currently mapped and all working perfect. Today I needed to add two new checkbox fields and mapp them in the curl plugin section with the corresponding field names in zoho.
After the changes nothing gets entered into zoho any longer, debug looks allright expect for the value of the checkboxes.
If I enter the curl plugin section and just remove the mapping all is fine. Any special changes I need to make to capture the checkbox values ?
Curl debug section
[check0] => Array ( [0] => Accommodation ) [check1] => Array ( [0] => Accommodation ) [title] => [last_name] => test [first_name] => Test [nickname] => John [Nationality] =>
check0 and check1 where both ticked in my form.
Please let me know if I can provide anymore information.
Thanks
//C
I am using chronoforms together with the curl plugin to send the data captured to zoho crm (web2lead). All my fields are currently mapped and all working perfect. Today I needed to add two new checkbox fields and mapp them in the curl plugin section with the corresponding field names in zoho.
After the changes nothing gets entered into zoho any longer, debug looks allright expect for the value of the checkboxes.
If I enter the curl plugin section and just remove the mapping all is fine. Any special changes I need to make to capture the checkbox values ?
Curl debug section
[check0] => Array ( [0] => Accommodation ) [check1] => Array ( [0] => Accommodation ) [title] => [last_name] => test [first_name] => Test [nickname] => John [Nationality] =>
check0 and check1 where both ticked in my form.
Please let me know if I can provide anymore information.
Thanks
//C