Hi All,
i want to send MultiSelect to Open311 Server but i could not understand how i can do this. Here is my effort in this regard
We are suppose to send as "attribute[code1][]=value1&attribute[code1][]=value2&attribute[code1][]=value3"
where
attribute[code1][] = value1
code1 here is question code ?
and value1 is code of selected answer from options.
Right ? if not please tell me how it works and how can i send multi selection in AFNetworking
Thanks