Either I'm overlooking something or else there's a bug with conditional logic.
I have a form with various sections. The fields in these sections are conditional. Each section break is conditional as well. Like this:
[dropdown to select a, b, or c]
Section Break header for section 1 (only shows for a)
alternate Section Break header for section 1 (only shows for b)
field 1 (conditional for a or b)
field 2 (a or b)
field 3 (b)
field 4 (a)
Section Break for section 2 (only shows for b)
field 5 (b)
field 6 (b)
Hopefully this makes sense. Anyway, if the top section break has conditional logic applied to it, None of the form fields show up for b, only for a.