CodeIgniter Forums
Custom validation rules not called when input data is a multi-dimensional array - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6)
+--- Forum: Issues (https://forum.codeigniter.com/forumdisplay.php?fid=19)
+--- Thread: Custom validation rules not called when input data is a multi-dimensional array (/showthread.php?tid=65859)



Custom validation rules not called when input data is a multi-dimensional array - gastongr - 08-01-2016

Hello, when using custom validation rules defined in MY_Form_validation on input fields with multi dimensional array data, the validation function is not called at all in my tests.

I am sending the multidimensional array data using an ajax request with jQuery, the data is submitted alright, but it is just not validated.

Any help solving this will be greatly appreciated.

Regards,
Gaston