I have an Edit Post Field Group with a Select of "Case editrici".
If I make any changes to an existing "value", when I go to save the Select it deletes the values from the letter "R" onwards and therefore I lose the values of the select and the functionality of the site.
I attach the screenshots to highlight the problem. The plugins and the site are updated
Hello. Thank you for contacting the Toolset support.
As I understand - you have a custom select field with many options and you do have a existing posts where the select option is set.
Now, for instance, you have select field setup with the following option-text|value:
- [aaa|aaa,bbb|bbb,ccc|ccc]
Now, you do have a posts where you have optoin "aaa" and "bbb" is selected.
what you are doing is you edit the value of option with option-text "aaa" and change it's value to "AAA" and save and what you experince is the exising post where option "aaa" is setup is lost - is tht correct? if yes:
That is working as expected because before you have setup option value as "aaa" and with existing post the value stored as "aaa" and now you change the option value to "AAA" but for the existing post the option value stored as "aaa" and you will require to resave it then and then it will store the option "AAA".
Hi Minesh, thanks for the quick reply.
No, this is not the case, I try to change a value but before saving it I bring it back to the original, just to test the saving of the select and when I go to save it the select is corrupted in any case.
That is, any change, addition, removal of values at the time of saving the select does not present all the values before saving. Furthermore, all the custom post fields that follow the select lose the association with the Custom Post Type.
Based on the debug information you shared, I can see "MaxInputVars" is set to 1000.
If you confirm that MaxInputVars is already set to 8000 then I doubt there could be a possibble conflcit.
In order to minimize the cause of the issue and to ensure there is no conflict with the plugin(s)/theme you use:
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
- Do you see any difference?