Hi,
I’m building a quite complex form, where most of the filds have some kind of Conditional logic. Now I notised that last of my field do not keep the logic. I add the logic and update. When I look the form again conditional logic is not there anymore.




September 7, 2012 at 6:26 am
I also would like to know if there is some other limitations. At the moment my complex form does not save any settings to fields in the end of the form. I can specify settings in the normal way, but after updating the form all the settings are missing.
September 7, 2012 at 9:39 am
Please see this FAQ for info on server settings that may limit your form size:
http://formidablepro.com/knowledgebase/i-have-a-long-form-why-did-the-options-at-the-end-of-the-form-stop-saving/
September 11, 2012 at 1:28 pm
Hi Stephanie
I have change post_max_size to 32M and max_input_vars to 2000, but still the last fields settings are not saving. What might be the problem?
September 12, 2012 at 11:57 am
Maybe try 3000? Also, maybe you can verify that these changes are being used on your site? You can do so by opening formidable/classes/views/frm-forms/edit.php and add this at the top:
<?php phpinfo() ?>
This will add a bunch off output on the page. You can use the browser option to find on the page to see what is shown there for post_max_size and max_input_vars.
September 14, 2012 at 7:01 am
Hi,
I still have a problem, with this. php.info in frm edit page shows that page is using php.ini file in folder /usr/local/lib/php.ini. Server host rays that php.ini file can not be modified to their qustomers need. They say that php.ini file can be copped to that file where customed settings are needed. I have copied php.ini file to root folder, but it no not make any change to settings. Can you tell me which is the folder form are using?
September 14, 2012 at 4:06 pm
Others have added the php.ini to multiple folders. Maybe start with the wp-admin folder and go from there.
Topic closed.