-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.6
In various forms it is possible that the PHP max_input_vars limit may prevent the form data from being completely processed. (This usually happens only for large sites.) Behaviour can be unpredictable because fields toward the end of the form are simply not sent.
To detect this problem we should include a hidden-field marker at the end of the form and display an error message if this is not received.