Forums

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

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
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.
nilubon03 30 Jun, 2014
Thank you, Goose.

It worked.

Nilubon
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
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.