Could you make it possible to add section titles everywhere, and not just when a row is collapsible?
why not simply insert title tags (h1/h2/h3…) into your html text where you want to have a section title? you can also wrap a set of div.container
(rows) with an xtra div element and style it to have a border box around it to make it look like a section.
It might also be nice to designate whether a row is collapsed or open by default.
this is already possible…although I realised I should have put it in the docs. I just reviewed this and realised that it was only working with toggled sections due to a small bug in the non-toggled js. This is fixed in v2.5.3 I just released, and documented in FAQ #14.
Are you also aware that you can group collapsible sections, so that they can be either/or (FAQ #10).
Furthermore, toggled sections can be used as optional parts with required fields. A toggle section title can be set as a question with the toggled being yes/no. If unused the fields are never submitted, if used the required fields are validated.