Page 1 of 1

Grid deleting data from the form

Posted: Mon Mar 23, 2020 8:44 am
by AthosFer
Hi.

I have this workflow where I insert some data on Grids, and it has to be approved later in another form.

I added the Grid in that second form, with the same variable, same controls inside it, and the controls are in view mode.

But, when I get there, some of the data I inserted in the Grids are gone.

Can someone help me solving this?
Screenshot-1.png
Screenshot-1.png (121.15 KiB) Viewed 6234 times

Re: Grid deleting data from the form

Posted: Tue Mar 24, 2020 3:20 am
by programerboy
Hi,
Please set max_input_vars=8000 in your php.ini or you use bitnami set php_value max_input_vars 8000 in httpd-app.conf file.
Thanks

Re: Grid deleting data from the form

Posted: Mon Sep 28, 2020 10:51 am
by AthosFer
programerboy wrote:Hi,
Please set max_input_vars=8000 in your php.ini or you use bitnami set php_value max_input_vars 8000 in httpd-app.conf file.
Thanks
Hi.
Thanks for your help, but I did it and didn't work. Still have the same problem.
Is there any other solution?