I have tried passing an an array to the server like this:
o.data.business_contact.first_name = ["Saab", "Volvo", "BMW"];
I am getting an error notice: Array to string conversion. Is there a way to pass an array to the editor server side?
I have tried passing an an array to the server like this:
o.data.business_contact.first_name = ["Saab", "Volvo", "BMW"];
I am getting an error notice: Array to string conversion. Is there a way to pass an array to the editor server side?