How do people indicate when the combination of multiple fields in a form is invalid, when it isn't clear which one specifically is invalid? I'm thinking about just marking every fields as an error with the red outline, or outlining the group of fields in red
(Context is a bit esoteric. I'm making an entry form for UTM coordinates. You basically specify one of a bunch of sections of the globe, and also where in that section. Different sections have different sizes. If you specify somewhere outside the section you either specified the wrong sub-position or the wrong section or both. Also users will generally be copying all the fields from somewhere else).