OK, I got rid of the limit. It was actually a php.ini
entry, but one called max_input_vars
. I suppose that by raising its value you allow PHP to post longer input variables (arrays), in your case wrgf_image_url[]
, wrgf_image_url2[]
, ..
Thanks for pointing out possible php.ini config issue.