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