Checkbox result with CURL

Corvino 30 Jun, 2011
Hi,
i created a form with some text box and one checkbox group.
Now i have to send this data with CURL to a "php page".

Debugger gives this:

$curl_values:
firstname=11111111111111&lastname=refre&company=frefre&description[0]=SER1&description[1]=SER6&email= [email]frdesfds@dsfdsfds.it[/email]

checkbox group is "description". It gives an array description[0], description[1] ecc... but i need to send one string to my "php page".
Can i manipulate data before CURL send it to my "php page"? or what?

Thanks
GreyHead 01 Jul, 2011
Hi Corvino,

Which version of ChronoForms are you using? You can find the version from Site Admin | Extensions | Install/Uninstall | Components in Joomla! 1.5 or Site Admin | Extensions | Extension Manager | Manage in Joomla! 1.6.

It looks as though you need to add Handle Arrays before the plug-in runs. That's a Handle Array action in CFv4 or the option on the General tab in CFv3.

Bob
Corvino 01 Jul, 2011
Hi,
i'm using 4.0 RC1.9.
So in event "On Submit" before CURL Action i have to use "Handle Array" action.
What i have to do with: "Skipped fields names:"?
Is there a manual that explain all the actions and params in Version 4?

Thanks
GreyHead 01 Jul, 2011
Hi Corvino,

It will be very similar to the checkbox hack I linked to earlier in this thread.

Bob
This topic is locked and no more replies can be posted.