Make change form, when click save, it sent to administrator control panel without saving form

Save a CF form without being redirected to the admin panel.

Overview

The form fails to save and redirects because the PHP max_input_vars limit is too low for the form's data.
Increase the max_input_vars value in your PHP configuration file, such as php.ini, or use a user.ini file if the setting is not present.

Answered
ni nilubon03 26 Jun, 2014
Hello,

I have been working on my forms without a problem. This morning some thing strange happened. When I edit form and click save, it sent me out of the chronoforms form manager to administrator control panel. When I went back to that form, the changed I made has not saved.

Please advise.

Thank you,
Nilubon
md mdtechteam-jb 26 Jun, 2014
Answer
1 Likes
You need to increase the max_input_vars variable in your PHP file.

Usually in the root of your site, edit either php.ini or php5.ini (depending on which one you are using) and add the following:

max_input_vars = 2000

Change the value accordingly if you need to.
tc tcroelandsveld 07 Jul, 2014
Hello,
I have the same problem. For one of my forms while saving I'm always send to the admin control panel.
In my php.ini file I searched for 'max_input_vars' bu t I just can't find it.
Does someone have another solution. Strange fact is that while saving another form it gives no problem.

Thanks for your help
Bart
NC NCA_webmaster 09 Jan, 2015
This was the only thing that worked for me:

http://kb.site5.com/php/how-to-make-custom-php-changes-using-a-user-ini-file/

P.
This topic is locked and no more replies can be posted.