Hi there, I've been working on making a registration form for my website that links to Acymailing. My form has a checkbox group that is used to generate which newsletter the user will be subscribed to. May I also add that I'm using the advanced wizard.
My problem comes with the CURL output for the 'hiddenlists'value which comes from these checkboxes. Using the debugger the vaule I get is "hiddenlists[0]=3&hiddenlists[1]=4" instead of "hiddenlists=3,4".
Does anyone know how I correct this output?
Thanks
T
My problem comes with the CURL output for the 'hiddenlists'value which comes from these checkboxes. Using the debugger the vaule I get is "hiddenlists[0]=3&hiddenlists[1]=4" instead of "hiddenlists=3,4".
Does anyone know how I correct this output?
Thanks
T
Hi tupoar ,
Please try adding a Handle Arrays action before the cURL action.
Bob
Please try adding a Handle Arrays action before the cURL action.
Bob
Ahh the great GH!! I have read much of your work!!
I am already using the Handle Arrays function as well as your CURL [GH]. Sadly no dice...
T
I am already using the Handle Arrays function as well as your CURL [GH]. Sadly no dice...
T
This topic is locked and no more replies can be posted.