I have a matrix with around 75 fields in it. They are spread over multiple "Block Types". When I create a new field and save the matrix, the new fields aren't being saved.
Even worse, when I create a new block type with new fields and then drag it up in the order, when I save, Craft is deleting (trimming) the last fields in the matrix - even though they are old (already created) fields.
Does Craft have a limit on the number of fields in a single matrix?
Thanks for your help!
craft_fieldshaving 255 rows: where 255 was OK but more than 255 was not. 255 seems like a highly significant number, but mymax_input_varswas set to 1000, so it’s not clear how 255 relates to 1000. Increasing bothmax_input_varsandpost_max_sizeworked. Not sure which one made the difference. – Jonathan Schofield Oct 31 '20 at 17:44