- This topic has 1 reply, 2 voices, and was last updated 10 years, 1 month ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Losing Post Meta Fields Upon Saving Form
Tagged: losing post meta, saving
My site has over 40 ACF fields that I want to set up as searchable fields in a search form. After setting up about 16 of these fields, things are great, but I can’t get any more created and saved to the form. Whenever I make field #17 and click Save to save my search form, it reverts back to only 16 fields. I’ve checked for Javascript errors and there were none, I’ve tried disabling plugins and reverting my theme to Twenty-Fifteen and the problem has persisted.
Hey there
You are probably hitting the limit on your server for hte following server var – max_input_vars.
Contact your host to increase the limit:
http://stackoverflow.com/questions/9399315/how-to-increase-maximum-post-variable-in-php
Thanks