I'm getting this weird forbidden error when I post form data. I have this form which has multiple input fields. It works fine till it reaches 200 input fields. When it exceeds 200 fields I get 403 forbidden error. I've set the post max size to 100M and max input vars 100000 but still no luck.
Any ideas?